Explorar el Código

tidying README

Luke Freeman hace 7 años
padre
commit
3ec7fbc5d2
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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/>