tidying README

This commit is contained in:
Luke Freeman 2018-07-27 15:46:26 -07:00
parent b70118b5c9
commit 3ec7fbc5d2
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ for you.
You can also manually push to a route yourself. To do so:
```dart
router.navigateTo(context, "/users/1234",
transition: TransitionType.fadeIn);
router.navigateTo(context, "/users/1234", transition: TransitionType.fadeIn);
```
<br/>
<hr/>