Merge pull request #420 from ZingerLittleBee/master

fix: desktop project name in docs
This commit is contained in:
Jon Kelley 2022-06-10 11:41:30 -04:00 committed by GitHub
commit a4375c84fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: