浏览代码

fix: desktop project name in docs

ZingerLittleBee 3 年之前
父节点
当前提交
2cdd142c3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/src/platforms/desktop.md

+ 1 - 1
docs/reference/src/platforms/desktop.md

@@ -11,7 +11,7 @@ Getting Set up with Dioxus-Desktop is quite easy. Make sure you have Rust and Ca
 
 ```shell
 $ cargo new --bin demo
-$ cd app
+$ cd demo
 ```
 
 Add Dioxus with the `desktop` feature: