Skip to content

Commit 36bab4b

Browse files
committed
Update README.md
1 parent 448fef3 commit 36bab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)