From 4fa623c43be07b3591916d6b077b26d62eb632f7 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 11 Aug 2014 23:07:29 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876bd29e..efd9fb0f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ImGui is a bloat-free graphical user interface library for C++. It is portable, ImGui is designed to allow programmers to create "content creation" or "debug" tools (as opposed to tools for the average end-user). It favors simplicity and thus lacks certain features normally found in more high-level libraries, such as string localisation. -Usage example: +After ImGui is setup in your application, you can use it like in this example: ![screenshot of sample code alongside its output with ImGui](/web/code_sample_01.png?raw=true)