Skip to content

Commit 36321d3

Browse files
committed
Merge pull request #484 from jrnt30/master
Update README.md
2 parents 3033508 + 8e54856 commit 36321d3

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
@@ -176,8 +176,8 @@ interfaces more effectively by nesting your views, and pairing those views with
176176
<div ui-view="viewA"></div>
177177
<div ui-view="viewB"></div>
178178
<!-- Also a way to navigate -->
179-
<a ui-sref="state1">State 1</a>
180-
<a ui-sref="state2">State 2</a>
179+
<a ui-sref="route1">Route 1</a>
180+
<a ui-sref="route2">Route 2</a>
181181
</body>
182182
```
183183

0 commit comments

Comments
 (0)