Skip to content

Commit

Permalink
Fix typo (#62)
Browse files Browse the repository at this point in the history
* Fix typo in example code
  • Loading branch information
krokofant authored and kuflash committed Sep 5, 2017
1 parent f83ad48 commit 555e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default (
<Route>
<Route path='/' />
<Route path='/about' />
<Route path='/projects'>
<Route path='/projects' />
<Route path='/contacts' />
<Route path='/auth' />
</Route>
Expand Down

0 comments on commit 555e05c

Please sign in to comment.