From 623caa413aa16412f45ba1e0d8ab8f39442548cf Mon Sep 17 00:00:00 2001 From: Kimon Papahadjopoulos Date: Sat, 6 Jan 2024 18:51:05 -0800 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60686a0..0af4ad1 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ With the Dioxus framework the code is 100% Rust. * clone this repository: `git clone https://github.com/kimonp/dioxus-game-of-life.git` * `cd dioxus-game-of-life` * Version 2.0: - * Desktop: `dx serve --platform=desktop --featues=desktop` - * Web: `dx serve --platform=web --featues=web` + * Desktop: `dx serve --platform=desktop --features=desktop` + * Web: `dx serve --platform=web --features=web` * Point your browser at: http://localhost:8080 * Version 1.0 * Run in debug mode with the dioxus cli: `dx serve --platform=web`