From 98047b1b6512dab01621087469f97267a792f60e Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 16 Jul 2015 14:28:16 -0600 Subject: [PATCH] Update README.txt --- examples/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.txt b/examples/README.txt index 337810c5..aa1a392b 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -3,8 +3,8 @@ Binaries of those demos are available from the main GitHub page. TL;DR; Refer to 'opengl_example' (not 'opengl3_example') to understand how the library is setup. - Copy the imgui_impl_xxx.cpp/.h file you need if you are using one of the rendering backend used in the example. - If you are using a different of your own engine/backends, copy opengl_example/imgui_impl_opengl.cpp/.h and work from there. + Copy the imgui_impl_xxx.cpp/.h file you need if you are using one of the rendering backend used in an example. + If you are using a different or your own backend, copy opengl_example/imgui_impl_opengl.cpp/.h to get started. ImGui is highly portable and only requires a few things to run: