Skip to content

Commit 45c4cf4

Browse files
committed
Update README.md
Add npm install instructions
1 parent d6b95ef commit 45c4cf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Check out the sample app: http://angular-ui.github.io/ui-router/sample/
3535
- clone & [build](#developing) this repository
3636
- [download the release](http://angular-ui.github.io/ui-router/release/angular-ui-router.js) (or [minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js))
3737
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
38+
- or via **[npm](https://www.npmjs.org/)**: by running `$ npm install angular-ui-router` from your console
3839
- or via **[Component](https://github.com/component/component)**: by running `$ component install angular-ui/ui-router` from your console
3940

4041
**(2)** Include `angular-ui-router.js` (or `angular-ui-router.min.js`) in your `index.html`, after including Angular itself (For Component users: ignore this step)

0 commit comments

Comments
 (0)