Ver código fonte

tidying README

Luke Freeman 7 anos atrás
pai
commit
3ec7fbc5d2
1 arquivos alterados com 1 adições e 2 exclusões
  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/>