From 242c1dccc1b2f859afbe3d15ad39fb71f151d5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Wed, 25 May 2016 23:43:11 +0200 Subject: [PATCH] closes #134 --- README.md | 2 +- demo/index.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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