diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index e9d7830..11cbfaf 100644 --- a/Working-for-Web-(HTML5).md +++ b/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