diff --git a/README.md b/README.md index b8bf0bc..619dbac 100755 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Now add the modules and artifact to your target as you would normally: exe.linkLibrary(raylib_artifact); exe.addModule("raylib", raylib); exe.addModule("raylib-math", raylib_math); -exe.addModule("rlgl", raylib_math); +exe.addModule("rlgl", rlgl); ``` If you additionally want to support Web as a platform with emscripten, you will need `emcc.zig`. Refer to raylib-zig's project template on how to use it