From f4a4369392cfc201bc6e86c485b5b36e57ed628a Mon Sep 17 00:00:00 2001 From: sonoro1234 Date: Fri, 24 Aug 2018 18:56:52 +0200 Subject: [PATCH] README.md correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 954b1c7..87b8d76 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Notes: * build as shown in https://github.com/sonoro1234/LuaJIT-ImGui/tree/master_auto_implementations/build * generate binding as done in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master_auto_implementations/lua/build.bat -#usage +# usage * use whatever method is in ImGui c++ namespace in the original [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h) by prepending `ig` * methods have the same parameter list and return values (where possible)