From 59bf4865e7327df0d3d8ecc61d7c61097c3be52a Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 16 Nov 2020 15:16:26 +0100 Subject: [PATCH] Updated Working for Web (HTML5) (markdown) --- Working-for-Web-(HTML5).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 1d61c87..202e6d8 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -23,7 +23,7 @@ _NOTE: Updated installation notes are always [available here](https://emscripten ### Compiling raylib source code -Before compiling your game, raylib library **must be recompiled for HTML5**, generating `libraylib.bc`. +Before compiling your game, raylib library **must be recompiled for HTML5**, generating `libraylib.a`. #### Using Makefile @@ -57,7 +57,7 @@ After the path configuration, just execute the following command: `make PLATFORM=PLATFORM_WEB -B` -Generated `libraylib.bc` is placed in `raylib\src\libraylib.bc` directory. +Generated `libraylib.a` is placed in `raylib\src\libraylib.a` directory. #### Using CMake