From bb2365d91ead9a62afce8184c2df2934366a2bef Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sat, 5 Oct 2024 23:44:33 +0100 Subject: [PATCH] corrected typo was looking into this to build a small Swift app, spotted the typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f48048e2..81253580 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Features * Supports mouse events * Supports terminal resizing operations (controlled by remote host, or locally) * [Hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) in terminal output -* AppKit, UIKit front-ends; ncruses front-end [provided separately](https://github.com/migueldeicaza/TermKit) +* AppKit, UIKit front-ends; ncurses front-end [provided separately](https://github.com/migueldeicaza/TermKit) * Local process and SSH connection support (some assembly required for the last one) * Proper CoreText rendering can munch through the hardened Unicode test suites. * Sixel graphics (Use img2sixel to test)