From 62595d977a881797e6979d81611c458c2780712c Mon Sep 17 00:00:00 2001 From: Alejandro Iglesias Date: Wed, 23 Dec 2015 18:24:52 -0300 Subject: [PATCH] Update readme.md "Download via Bower" section `--save-dev` parameter is used by dev tools. Webshim is meant to end up in the browser with the rest of the app so it should be installed with `--save`. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9227660a..0106bd24 100644 --- a/readme.md +++ b/readme.md @@ -71,10 +71,10 @@ Installation and Usage [More information and demos](http://aFarkas.github.com/webshim/demos/index.html). - Download via bower + Download via Bower ------------------ - ``bower install webshim --save-dev`` + ``bower install webshim --save`` License