Skip to content

Commit 861fb2a

Browse files
committed
Update README.md
2 parents 2984a2e + 36bab4b commit 861fb2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ bower install angular-route-segment
1818
```
1919
Or use this CDN link (thanks to [cdnjs.com](http://cdnjs.com)):
2020
```html
21-
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.4.0/angular-route-segment.min.js"></script>
21+
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-route-segment/1.3.3/angular-route-segment.min.js"></script>
2222
```
2323

24-
Tested with AngularJS 1.2.21, 1.3.14, and 1.4.0-beta.5.
24+
Tested with AngularJS 1.1.5, 1.2.21 and 1.3.0-rc.3.
2525

2626
Overview
2727
--------
@@ -34,7 +34,7 @@ The library provides two pieces of code: `$routeSegment` service and `app-view-s
3434
var app = angular.module('app', ['ngRoute', 'route-segment', 'view-segment']);
3535
```
3636

37-
`$routeSegment` is meant to be used instead of built-in Angular `$route` service. Its provider exposes configuration methods which can be used to traverse the tree of route segments and setup it properly.
37+
`$routeSegment` is a layer on top of built-in Angular `$route` service and is meant to be used instead of it. Its provider exposes configuration methods which can be used to traverse the tree of route segments and setup it properly.
3838

3939
```javascript
4040

@@ -269,7 +269,7 @@ $routeSegment.getSegmentUrl('s1.itemInfo.edit', {id: 123}); // -> '/section1
269269
270270
### Filters ###
271271
272-
**ATTENTION:** filters are not stateless. While they are not intented to work with complex data structures, it can impact performance anyway. See more info at [angular.js commit fca6be71](https://github.com/angular/angular.js/commit/fca6be71).
272+
**ATTENTION:** filters are not stateless. While they are not intended to work with complex data structures, it can impact performance anyway. See more info at [angular.js commit fca6be71](https://github.com/angular/angular.js/commit/fca6be71).
273273
274274
##### routeSegmentEqualsTo
275275

0 commit comments

Comments
 (0)