From 60be9ce016bea7cd18e90e84e7d21960edb8b430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salavert=20Torres?= Date: Wed, 26 Apr 2023 23:23:13 +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 db1b815..dd2e055 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -8,7 +8,7 @@ The complete process to compile for web is detailed below. The main steps to fol 1. [Install emscripten toolchain](#1-install-emscripten-toolchain) 2. [Compile raylib library](#2-compile-raylib-library) - 3. [Build examples for the web] (#3-build-examples-for-the-web) + 3. [Build examples for the web](#3-build-examples-for-the-web) 4. [Setup raylib game for web](#4-setup-raylib-game-for-web) 5. [Compile raylib game for web](#5-compile-raylib-game-for-web) 6. [Test raylib game on web](#6-test-raylib-game-on-web)