Skip to content

Commit bc77e91

Browse files
committed
Update README.md
1 parent 7e11d35 commit bc77e91

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
@@ -41,7 +41,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
4141

4242
## Resources
4343

44-
**Note:** Guide and API Ref are pre-updated for v0.0.2 release.
44+
**Note:** Quick Starts, Guide and API Ref are pre-updated for v0.0.2 release.
4545

4646
* [In-Depth Overview](https://github.com/angular-ui/ui-router/wiki)
4747
* [API Quick Reference](https://github.com/angular-ui/ui-router/wiki/Quick-Reference)
@@ -67,7 +67,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
6767
<script src="angular-ui-router.min.js"></script> <!-- Insert after main angular.js file -->
6868
```
6969

70-
2. Set `ui.router` as a dependency in your module
70+
2. Set `ui.router` as a dependency in your module. Note: Use `ui.state` if using v0.0.1.
7171
>
7272
```javascript
7373
var myapp = angular.module('myapp', ['ui.router'])

0 commit comments

Comments
 (0)