Updates to README

This commit is contained in:
Jordan Austin
2013-07-12 11:32:56 -07:00
parent 663e6fc97a
commit 424664d978
+2 -4
View File
@@ -5,12 +5,10 @@ FileSaver.js implements the W3C `saveAs()` [FileSaver][1] interface in browsers
not natively support it. There is a [FileSaver.js demo][2] that demonstrates saving
various media types.
FileSaver.js is the solution to saving files on the client side, and is perfect for
webapps that need to generate files or for saving sensitive information that shouldn't be
FileSaver.js is the solution to saving files on the client-side, and is perfect for
webapps that need to generate files, or for saving sensitive information that shouldn't be
sent to an external server.
It works by
Supported Browsers
------------------