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: