diff --git a/README.md b/README.md index 22d22ee..d647a37 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ adapted from the [rust wasm tutorial](https://rustwasm.github.io/docs/book/game- While the code from the original tutorial is about 50% Rust, 50% JavaScript, with the Dioxus framework the code is 100% Rust. ![Game of Life Image](./game_of_life.png) +Game of Life ## Demonstrates * A Dioxus web app written completely in Rust.