Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 5fd7e74

Browse files
committed
Update README.md
Added more explicit path to 3rd party libs in README Hopefully this people will be slightly less confused where these assets came from
1 parent 9b71103 commit 5fd7e74

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
@@ -26,8 +26,8 @@ Starting from Internet Explorer 8 and Firefox 3.6 included.
2626
- select.js: `<script src="bower_components/ui-select/dist/select.js"></script>`
2727
- select.css: `<link rel="stylesheet" href="bower_components/ui-select/dist/select.css">`
2828
- Add one of the supported themes:
29-
- Select2 (version ~3.4.5): `<link rel="stylesheet" href=".../select2.css">`
30-
- Selectize (version ~0.8.5): `<link rel="stylesheet" href=".../selectize.*.css">`
29+
- Select2 (version ~3.4.5): `<link rel="stylesheet" href="bower_components/select2/select2.css">`
30+
- Selectize (version ~0.8.5): `<link rel="stylesheet" href="bower_components/selectize/selectize.css">`
3131
- Check the [examples](https://github.com/angular-ui/ui-select/blob/master/examples) to see how to use ui-select
3232

3333
## Run the tests

0 commit comments

Comments
 (0)