about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-25 13:53:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-25 13:53:18 -0800
commit4cb6fed4e0635b002ef5ef5c94a183f0cd4efbea (patch)
treef7bd082288521be424c7bea57f1141d25c4ca675
parent434d36f81ff967accb2d0c367e798a3b35c34fe0 (diff)
downloadteliva-4cb6fed4e0635b002ef5ef5c94a183f0cd4efbea.tar.gz
.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4dc6a2..ad02131 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ them in Teliva and let people use regular Lua. Or other platforms!
 
 - Teliva initializes the ncurses library by default, so apps should assume
   they have access to a (color, UTF-8) text-mode window for printing text to,
-  and a keyboard for reading unbuffered keystrokes from.
+  and a keyboard for reading keystrokes from.
 
 - Teliva doesn't use files for source code, so the `require` keyword no longer
   makes sense. You get some libraries preloaded (see below). Beyond those,