From ce450e98800b9511ed2c76d7c17f5728406a53de Mon Sep 17 00:00:00 2001 From: Alexander Bass Date: Mon, 15 May 2023 23:35:41 -0400 Subject: [PATCH] Update README.MD --- README.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. + +