소스 검색

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