Skip to content

Commit 33cf631

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
4949
>* fork this repo
5050
>* 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))
5151
52-
1. Add angular-ui-router.js to your index.html
52+
1. Add angular-ui-router.min.js to your index.html
5353
>
5454
```html
5555
<!doctype html>
5656
<html ng-app="myapp">
5757
<head>
5858
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>
59-
<script src="angular-ui-router.js"></script>
59+
<script src="angular-ui-router.min.js"></script>
6060
```
6161

6262
2. Add one or more `ui-view` to your app, give them names.

0 commit comments

Comments
 (0)