Browse Source

update README

Luke 8 years ago
parent
commit
6149f42ce3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -46,7 +46,9 @@ You can use the `Router` with the `MaterialApp.onGenerateRoute` parameter
  the `onGenerate` parameter like: `onGenerateRoute: router.generator`.
  
 You can then use `Navigator.push` and the flutter routing mechanism will match the routes
-for you. You can also manually push to a route yourself. To do so:
+for you. 
+
+You can also manually push to a route yourself. To do so:
 
 ```dart
 router.navigateTo(context, "/users/1234");