From 732536937c386c968dea623332dca2b3866a8e5b Mon Sep 17 00:00:00 2001 From: Miguel Parramon Date: Sat, 10 Feb 2018 19:30:53 +0100 Subject: [PATCH] Fix typo :) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8fd93f5..2e9a1e8 100644 --- a/Readme.md +++ b/Readme.md @@ -5,7 +5,7 @@ This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple embeddable user interface for application and does not have any dependencies, -a default renderbackend or OS window and input handling but instead provides a very modular +a default render backend or OS window and input handling but instead provides a very modular library approach by using simple input state for input and draw commands describing primitive shapes as output. So instead of providing a layered library that tries to abstract over a number of platform and