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