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?