diff --git a/README.md b/README.md index b5e605e..6e7cb1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FileSaver.js ============ -FileSaver.js implements the HTML5 W3C `saveAs()` FileSaver interface in browsers that do +FileSaver.js implements the `saveAs()` FileSaver interface in browsers that do not natively support it. There is a [FileSaver.js demo][1] that demonstrates saving various media types. diff --git a/demo/index.xhtml b/demo/index.xhtml index b11a93f..463d6a1 100644 --- a/demo/index.xhtml +++ b/demo/index.xhtml @@ -8,7 +8,7 @@

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. + The following examples demonstrate how it is possible to generate and save any type of data right in the browser using the saveAs() FileSaver interface, without contacting any servers.

Saving an image