Skip to content

Commit a4577e6

Browse files
committed
Fixes src value for bower component in the readme
1 parent 690b910 commit a4577e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Include the HTML5 shiv in the `<head>` of your page in a conditional comment and
3030

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

0 commit comments

Comments
 (0)