浏览代码

tidying README

Luke Freeman 7 年之前
父节点
当前提交
3ec7fbc5d2
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -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/>