From 7fe1e0f747b9e00741aed3bc683b6958ffd7d1af Mon Sep 17 00:00:00 2001 From: 96RadhikaJadhav Date: Wed, 27 Jan 2021 08:37:13 +0530 Subject: [PATCH] Corrected installation instructions in readme.md file --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 66489396..3dee6692 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ For the full story of HTML5 Shiv and all of the people involved in making it, re ### Using [Bower](http://bower.io/) -`bower install html5shiv --save-dev` +`bower install html5shiv --save` This will clone the latest version of the HTML5 shiv into the `bower_components` directory at the root of your project and also create or update the file `bower.json` which specifies your projects dependencies.