Skip to content

Commit d643d48

Browse files
committed
Changed mentions of Bower folder to
1 parent c163f8d commit d643d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ For the full story of HTML5 Shiv and all of the people involved in making it, re
2424

2525
`bower install html5shiv --save-dev`
2626

27-
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.
27+
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.
2828

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

3131
```html
3232
<!--[if lt IE 9]>
33-
<script src="components/html5shiv/html5shiv.js"></script>
33+
<script src="bower_components/html5shiv/html5shiv.js"></script>
3434
<![endif]-->
3535
```
3636

0 commit comments

Comments
 (0)