From 365e9729ec892720422f07cf8c42f28357bdb0d6 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Tue, 13 May 2014 02:19:47 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d0d4fa9..75f53fe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ FileSaver.js ============ -FileSaver.js implements the HTML5 W3C `saveAs()` [FileSaver][1] interface in browsers that do -not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving +FileSaver.js implements the HTML5 W3C `saveAs()` FileSaver interface in browsers that do +not natively support it. There is a [FileSaver.js demo][1] that demonstrates saving various media types. FileSaver.js is the solution to saving files on the client-side, and is perfect for @@ -83,8 +83,7 @@ Note: The standard HTML5 `canvas.toBlob()` method is not available in all browse ![Tracking image](https://in.getclicky.com/212712ns.gif) - [1]: http://www.w3.org/TR/file-writer-api/#the-filesaver-interface - [2]: http://eligrey.com/demos/FileSaver.js/ + [1]: http://eligrey.com/demos/FileSaver.js/ [3]: https://developer.mozilla.org/en-US/docs/DOM/Blob [4]: https://github.com/eligrey/Blob.js [5]: https://github.com/eligrey/canvas-toBlob.js