From 56b5017b509c599235a08dc5f41518e637b8ca5f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 25 Jul 2015 20:20:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9123196..3a55199 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ Notes: * clone * make using makefile on linux/osx (linux makefile not tested) -* 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_` +* 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)