From 6643fdee963725bf5c31ce091fb92920455d70d6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 21 Nov 2021 14:20:44 -0800 Subject: [PATCH] . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89194b0..14e21a3 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,9 @@ In addition to Lua 1.5, Teliva forks or depends on: building text-mode user interfaces. ([Alternative documentation](https://tldp.org/LDP/lpg-0.4.pdf)) * The [lcurses](https://github.com/lcurses/lcurses) binding for ncurses. ([Documentation](http://lcurses.github.io/lcurses)) -* The [luasocket](https://w3.impa.br/~diego/software/luasocket) library of - networking primitives. * The [Kilo](https://github.com/antirez/kilo) text editor. (Read more about it in this [fantastic walk-through](https://viewsourcecode.org/snaptoken/kilo).) +* The [luasocket](https://w3.impa.br/~diego/software/luasocket) library of + networking primitives. Send all praise to them, brickbats to [me](http://akkartik.name/contact).