From 7737258e7f1b127bbed6c9a84d013ecd38716cb6 Mon Sep 17 00:00:00 2001 From: chilijung Date: Mon, 30 Dec 2013 12:18:34 +0800 Subject: [PATCH] add bower install step --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e625db2..84110a8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,18 @@ press +S to save the file after it is opened. Further i [on the issue tracker](https://github.com/eligrey/FileSaver.js/issues/12). +Install Via Bower +------ + +You could install FileSaver.js via Bower by the following command + +``` + bower install FileSaver +``` + + + + Syntax ------