about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-07 15:39:27 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-07 15:39:27 -0800
commit7def405806ce5627b52a065ec7d5bc1b4930b76d (patch)
tree69f00b42d4ae1dfa40e4e6315b59fd0bd43c2cf6
parent16de70882a420b8be95c9a9b3b59c4ef799375f0 (diff)
downloadteliva-7def405806ce5627b52a065ec7d5bc1b4930b76d.tar.gz
.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe4d543..a2edbb1 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ behave unexpectedly under Teliva.
 
 ## Will it run any ncurses program?
 
-Hopefully. Ncurses is extremely portable; I don't test on all the
+Hopefully. ncurses is extremely portable; I don't test on all the
 configurations ncurses supports. In particular, I assume terminals with colors
 and UTF-8 support.
 
@@ -112,7 +112,7 @@ This repository is an unholy union of:
   ([Documentation](https://www.lua.org/pil/contents.html))
 * The [ncurses](https://tldp.org/HOWTO/NCURSES-Programming-HOWTO) library for
   building text-mode user interfaces. ([Alternative documentation](https://tldp.org/LDP/lpg-0.4.pdf))
-* The [Lcurses](https://github.com/lcurses/lcurses) library providing Lua
+* The [lcurses](https://github.com/lcurses/lcurses) library providing Lua
   bindings for ncurses. ([Documentation](http://lcurses.github.io/lcurses))
 * The [Kilo](https://github.com/antirez/kilo) text editor. ([With a fantastic
   walk-through.](https://viewsourcecode.org/snaptoken/kilo))