From b09c49180ffad008479e045fa6dd74a2e945b1de Mon Sep 17 00:00:00 2001 From: omar Date: Sun, 14 Dec 2014 10:44:43 +0000 Subject: [PATCH] Update README.md minor fixes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c552c890..7d122222 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Frequently Asked Question Where is example code? -The bulk of actual ImGui usage code is contained within the ImGui::ShowTestWindow() function. It covers most featurse of ImGui so you can read its source code and call the function itself to see its output. Ready-to-go example applications covering different versions of OpenGL/DirectX are provided in the examples/ folder. +The bulk of example user code is contained within the ImGui::ShowTestWindow() function. It covers most features of ImGui so you can read the code and call the function itself to see its output. Ready-to-go example applications covering different versions of OpenGL/DirectX are provided in the examples/ folder. How do you use ImGui on a platform that may not have a mouse or keyboard?