Skip to content

Commit e1aed89

Browse files
committed
Update README.md
1 parent e297122 commit e1aed89

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,16 @@ You can install the library via [Bower](http://bower.io/):
1616
```
1717
bower install angular-route-segment
1818
```
19-
Or use this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
19+
Or using [npm](http://npmjs.com):
20+
```
21+
npm install angular-route-segment
22+
```
23+
Or using this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
2024
```html
21-
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.4.0/angular-route-segment.min.js"></script>
25+
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.5.0/angular-route-segment.min.js"></script>
2226
```
2327

28+
2429
Tested with AngularJS 1.2.21, 1.3.16, and 1.4.0.
2530

2631
Overview

0 commit comments

Comments
 (0)