Update README.md

master
Vinícius R. Miguel 2020-05-07 15:54:54 -03:00 committed by GitHub
parent 74635cdc39
commit 1d2261d242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Then follow the instructions of the Linux section above. It's also possible to b
### For the web
The game can be compiled for web browsers that support webassembly using emscripten. To do so, install [emsdk](https://github.com/emscripten-core/emsdk) and run `make TARGET_WEB=1`.
The game can be compiled for web browsers that support WebGL using [Emscripten](https://github.com/emscripten-core). To do so, install [emsdk](https://github.com/emscripten-core/emsdk) and run `make TARGET_WEB=1`.
### Current issues