소스 검색

Update README.md

YuKun Liu 3 년 전
부모
커밋
8a0abec828
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -23,7 +23,7 @@ dioxus 0.1.2
 Build, bundle, & ship your Dioxus app
 
 USAGE:
-    dioxus.exe [FLAGS] <SUBCOMMAND>
+    dioxus [FLAGS] <SUBCOMMAND>
 
 FLAGS:
     -h, --help       Prints help information
@@ -42,10 +42,10 @@ SUBCOMMANDS:
 
 ## Get Started 
 
-You can use the `dioxus crate project_name` to init a dioxus project, its will be clone from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template).
+You can use the `dioxus create project_name` to init a dioxus project, its will be clone from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template).
 
 or you can assign the template path:
 
 ```
 dioxus create hello --template gh:dioxuslabs/dioxus-template
-```
+```