瀏覽代碼

fix: no project-name in argument of `dx create` (#1803)

TKirishima 1 年之前
父節點
當前提交
48e413a4f3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/cli/README.md

+ 2 - 2
packages/cli/README.md

@@ -35,13 +35,13 @@ cargo install --path . --debug
 
 ## Get started
 
-Use `dx create project-name` to initialize a new Dioxus project.
+Use `dx create` to initialize a new Dioxus project.
 It will be cloned from the [dioxus-template](https://github.com/DioxusLabs/dioxus-template) repository.
 
 Alternatively, you can specify the template path:
 
 ```shell
-dx create hello --template gh:dioxuslabs/dioxus-template
+dx create --template gh:dioxuslabs/dioxus-template
 ```
 
 Run `dx --help` for a list of all the available commands.