From 73040d539f26e49b606f47a8ae6d31e15842e37b Mon Sep 17 00:00:00 2001 From: Mewen Page Date: Tue, 1 Mar 2022 12:17:02 +0100 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72bf79ed..d27eb7fa 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ ecs_app_run(world, &(ecs_app_desc_t) { ``` In C++: -```c -world.set({}); +```cpp +world.set({}); ``` When the application is running, verify that the server works by going to: