Skip to content

Commit a19729a

Browse files
committed
Merge pull request angular-ui#83 from perry/patch-1
Use correct bower installation path in README.
2 parents 80d90da + 81f9778 commit a19729a

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)