From ee35297f5b3ce436db7c3810172e88817cb66ae6 Mon Sep 17 00:00:00 2001 From: Mikhail Litvinov <106635805+mlitvino@users.noreply.github.com> Date: Sat, 16 Aug 2025 18:25:16 +0300 Subject: [PATCH] Fix grammar mistake in web/README.md --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index cb190fa..18a34ef 100644 --- a/web/README.md +++ b/web/README.md @@ -11,7 +11,7 @@ In this README you will learn how to compile your project towards Webassembly an ## Building -Once you made sure you have emscripten installed (check if `emcc` and `emcake` work). +Once you made sure you have emscripten installed (check if `emcc` and `emcmake` work). Run: ```bash