From 258f4fab9a7b66151b81e8f702b3ec9eb9cf9213 Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Wed, 16 Oct 2019 19:09:17 +0200 Subject: [PATCH] Fix typo --- README.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 5d0ba18..0f528aa 100644 --- a/README.txt +++ b/README.txt @@ -9,7 +9,7 @@ Concepts -------- kiwmi is cool and all, because it doesn't enforce any logic itself. -This means that the user can easily (via some Lua scripting) create their own behaiors, and can do anything they wish! +This means that the user can easily (via some Lua scripting) create their own behaviors, and can do anything they wish! Of course this means that there is a steep curve to get into it, but for some people it might be worth it. In the future there might be a base to base your stuff on, but at the moment this doesn't even work. @@ -36,9 +36,7 @@ $ ninja -C build Install with: ----- # ninja -C build install ----- Contribution ------------