浏览代码

update README

Luke 8 年之前
父节点
当前提交
6149f42ce3
共有 1 个文件被更改,包括 3 次插入1 次删除
  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");