Skip to content

Commit eac0adb

Browse files
committed
Update README.md
1 parent 33cf631 commit eac0adb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[![Build Status](https://travis-ci.org/angular-ui/ui-router.png?branch=master)](https://travis-ci.org/angular-ui/ui-router)
22

3-
* Latest release: [angular-ui-router.min.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) / [angular-ui-router.js](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)
4-
* Latest snapshot: [angular-ui-router.min.js](http://angular-ui.github.io/ui-router/build/angular-ui-router.min.js) / [angular-ui-router.js](http://angular-ui.github.io/ui-router/build/angular-ui-router.js)
5-
63
# UI-Router
74

85
####Finally a de-facto solution to nested views and routing.
6+
>* Latest release 0.0.1: [Compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) / [Uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)
7+
>* Latest snapshot: [Compressed](http://angular-ui.github.io/ui-router/build/angular-ui-router.min.js) / [Uncompressed](http://angular-ui.github.io/ui-router/build/angular-ui-router.js)
8+
99

1010
## Main Goal
1111
To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](http://docs.angularjs.org/api/ng.$routeProvider) into a more general concept of a ***state*** for managing complex application UI states.
@@ -47,7 +47,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
4747
1. Get ui-router:
4848
>* with bower: `bower install angular-ui-router`
4949
>* fork this repo
50-
>* download the latest build ([compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) | [uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js))
50+
>* download the latest release ([compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) | [uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js))
5151
5252
1. Add angular-ui-router.min.js to your index.html
5353
>

0 commit comments

Comments
 (0)