Skip to content

Commit dc0904b

Browse files
author
Alexander Farkas
committed
Merge pull request #165 from javiercejudo/patch-1
Fixes src value for bower component in the readme
2 parents 690b910 + a4577e6 commit dc0904b

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)