fix: desktop project name in docs

This commit is contained in:
ZingerLittleBee 2022-05-23 00:56:08 +08:00
parent 62294d36d9
commit 2cdd142c3e

View file

@ -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: