From 2c140bdbd15bc1499f10824eb65edb89683b9c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salavert=20Torres?= Date: Wed, 26 Apr 2023 23:25:35 +0200 Subject: [PATCH] Updated Working for Web (HTML5) (markdown) --- Working-for-Web-(HTML5).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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