diff --git a/examples/storage/README.md b/examples/storage/README.md index c4fcc03..c66ffc1 100644 --- a/examples/storage/README.md +++ b/examples/storage/README.md @@ -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 ```