From 424664d9780657f251a84674a369eecee639c8b1 Mon Sep 17 00:00:00 2001 From: Jordan Austin Date: Fri, 12 Jul 2013 11:32:56 -0700 Subject: [PATCH] Updates to README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7355295..c6beb69 100644 --- a/README.md +++ b/README.md @@ -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 ------------------