Skip to content

Commit 365e972

Browse files
committed
Update README.md
1 parent 6a7619f commit 365e972

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FileSaver.js
22
============
33

4-
FileSaver.js implements the HTML5 W3C `saveAs()` [FileSaver][1] interface in browsers that do
5-
not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving
4+
FileSaver.js implements the HTML5 W3C `saveAs()` FileSaver interface in browsers that do
5+
not natively support it. There is a [FileSaver.js demo][1] that demonstrates saving
66
various media types.
77

88
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
8383

8484
![Tracking image](https://in.getclicky.com/212712ns.gif)
8585

86-
[1]: http://www.w3.org/TR/file-writer-api/#the-filesaver-interface
87-
[2]: http://eligrey.com/demos/FileSaver.js/
86+
[1]: http://eligrey.com/demos/FileSaver.js/
8887
[3]: https://developer.mozilla.org/en-US/docs/DOM/Blob
8988
[4]: https://github.com/eligrey/Blob.js
9089
[5]: https://github.com/eligrey/canvas-toBlob.js

0 commit comments

Comments
 (0)