Explorar o código

fix: desktop project name in docs

ZingerLittleBee %!s(int64=3) %!d(string=hai) anos
pai
achega
2cdd142c3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: