chore(README): fix a typo

This commit is contained in:
vsavkin 2016-06-17 09:19:10 -07:00
parent 2aa615b4ae
commit f164715678
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Angular Route
Angular Router
=========
Managing state transitions is one of the hardest parts of building applications. This is especially true on the web, where you also need to ensure that the state is reflected in the URL. In addition, we often want to split applications into multiple bundles and load them on demand. Doing this transparently isnt trivial.