From f31a02aac6c44ab1c519eaac6410b8a617112052 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 28 Jun 2015 14:50:58 +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 9f1343d..8b92f92 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 +* 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)