diff --git a/README.MD b/README.MD index cb92e9f..fdc76c0 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # Rust Minesweeper - +For more information, and a WASM powered demo: [https://alexanderbass.com/show/2023/rust-minesweeper/](https://alexanderbass.com/show/2023/rust-minesweeper/) # Running To run the desktop version: @@ -12,4 +12,6 @@ To compile to WASM: ``` cargo build --target wasm32-unknown-unknown --release ``` -To run that WASM, copy the resulting `target/wasm32-unknown-unknown/release/wasm` into the same directory as `minesweeper.html` and serve both files through a webserver. \ No newline at end of file +To run that WASM, copy the resulting `target/wasm32-unknown-unknown/release/wasm` into the same directory as `minesweeper.html` and serve both files through a webserver. + +