From 4db35623501ede778bc3f5809044c75487b0e8d7 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 25 Jul 2015 20:44:44 +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 3a55199..5c3c2c2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Notes: # usage * clone -* make using makefile on linux/osx (linux makefile not tested) +* make using makefile on linux/osx * 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)