Skip to content

Commit 129e745

Browse files
committed
Update README
1 parent 6129de3 commit 129e745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebiten-game/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This launches the desktop version of the game.
2929
#### 3. Run the Game (Web)
3030
To build and serve the web version:
3131
```
32-
./build_wasm.sh
32+
./build_wasm.sh # or ./build_wasm.ps1 on windows
3333
python3 -m http.server 8080
3434
```
3535
Then open your browser and go to:http://localhost:8080

0 commit comments

Comments
 (0)