Skip to content

Commit

Permalink
Fix CLI name in storage example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff authored Jun 21, 2024
1 parent 2fbad1b commit bc4fa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Use persistent allows you to create data that will persist across sessions. This
Desktop:

```sh
dioxus serve --platform desktop --features desktop
dx serve --platform desktop --features desktop
```

Web:

```sh
dioxus serve --features web
dx serve --features web
```

0 comments on commit bc4fa47

Please sign in to comment.