diff --git a/demo/index.xhtml b/demo/index.xhtml index 1d9de21..ef98d48 100644 --- a/demo/index.xhtml +++ b/demo/index.xhtml @@ -2,11 +2,11 @@ -FileSaver.js Demo - +FileSaver.js demo + -

FileSaver.js Demo

+

FileSaver.js demo

The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the W3C saveAs() FileSaver interface, without contacting any servers.

@@ -55,7 +55,7 @@ The following examples demonstrate how it is possible to generate and save any t
Why isn't my filename saved?

- Saving with filenames is only available in browsers that natively support either LocalFileSystem or FileSaver, such as Google Chrome 14 dev. + Saving with filenames is only available in browsers that natively support FileSaver or browsers like Google Chrome 14 dev and Google Chrome Canary, that support .download]]> or LocalFileSystem.