Skip to content

Commit edd862e

Browse files
Use angular-ui-router@next for npm instructions in tutorial
Closes angular-ui/ui-router#3216
1 parent 22d098d commit edd862e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_ng1_tutorial/helloworld.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ Follow these steps to make your own copy of the Hello World app.
8080

8181
Get the UI-Router for Angular 1 code using your preferred mechanism:
8282

83-
- Using npm: `npm install angular-ui-router`
84-
- Using bower: `bower install angular-ui-router`
85-
- Download directly from [npmcdn](https://unpkg.com/angular-ui-router@latest/release/angular-ui-router.js)
83+
- Using npm: `npm install --save angular-ui-router@next`
84+
- Using bower: `bower install angular-ui-router@1.0.0-beta.3`
85+
- Download directly from [npmcdn](https://unpkg.com/angular-ui-router@next/release/angular-ui-router.js)
8686

8787
## Add script tags
8888

0 commit comments

Comments
 (0)