diff --git a/README.md b/README.md index b5ec117..d0ea49d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Notes: * as a result some files are generated: `cimgui.cpp` and `cimgui.h` for compiling and some lua/json files with information about the binding: `definitions.json` with function info, `structs_and_enums.json` with struct and enum info, `impl_definitions.json` with functions from the implementations info. # generate binding -* with your prefered languaje from lua or json files as in: +* with your prefered language you can use the lua or json files generated as in: * https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat (with lua code generation in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/class_gen.lua) * https://github.com/mellinoe/ImGui.NET/tree/autogen/src/CodeGenerator ### definitions description