Updated Working for Web (HTML5) (markdown)

master
José Salavert Torres 2 years ago
parent
commit
2c140bdbd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Working-for-Web-(HTML5).md

+ 1
- 1
Working-for-Web-(HTML5).md

@ -160,7 +160,7 @@ At this point, if you optionally want to compile the provided examples for the w
Start up Notepad++ for raylib, open the `raylib/examples/Makefile` file, press F6, choose `raylib_makefile`, verify that in the script the web platform is set (`SET PLATFORM=PLATFORM_WEB`) and click OK to run the script. It will compile all the examples for the web.
Opening generated `.html` files directly from disk may fail due to web browser security configuration. You should follow steps on [Test raylib game on web](#6-test-raylib-game-on-web)
Opening generated `.html` files directly from disk may fail due to web browser security configuration. You should follow steps on [Test raylib game on web](#6-test-raylib-game-on-web).
## 4. Setup raylib game for web

Loading…
Cancel
Save