Skip to content

Commit

Permalink
Merge pull request #153 from davidhund/master
Browse files Browse the repository at this point in the history
Changed mentions of Bower `components` folder to `bower_components`
  • Loading branch information
Alexander Farkas committed Apr 20, 2014
2 parents c163f8d + d643d48 commit d819291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ For the full story of HTML5 Shiv and all of the people involved in making it, re

`bower install html5shiv --save-dev`

This will clone the latest version of the HTML5 shiv into the `components` directory at the root of your project and also create or update the file `bower.json` which specifies your projects dependencies.
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.

Include the HTML5 shiv in the `<head>` of your page in a conditional comment and after any stylesheets.

```html
<!--[if lt IE 9]>
<script src="components/html5shiv/html5shiv.js"></script>
<script src="bower_components/html5shiv/html5shiv.js"></script>
<![endif]-->
```

Expand Down

0 comments on commit d819291

Please sign in to comment.