Skip to content

Commit 81f9778

Browse files
committed
Use correct bower installation path in README.
1 parent 80d90da commit 81f9778

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
@@ -25,8 +25,8 @@ Check the [examples](https://github.com/angular-ui/ui-select/blob/master/example
2525

2626
- `bower install angular-ui-select`
2727
- Inside your HTML add
28-
- select.js: `<script src="bower_components/ui-select/dist/select.js"></script>`
29-
- select.css: `<link rel="stylesheet" href="bower_components/ui-select/dist/select.css">`
28+
- select.js: `<script src="bower_components/angular-ui-select/dist/select.js"></script>`
29+
- select.css: `<link rel="stylesheet" href="bower_components/angular-ui-select/dist/select.css">`
3030

3131
### Bootstrap theme
3232

0 commit comments

Comments
 (0)