From 9c17cf68a5de6f780f81badbe21792a972cd4f67 Mon Sep 17 00:00:00 2001 From: Cheese_space <99285740+Cheese-Space@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:55:42 +0200 Subject: [PATCH] update ratatui comparison link the old link pointed to the comparison with tui-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0d5c6c7..1c7ec9d1 100644 --- a/README.md +++ b/README.md @@ -143,4 +143,4 @@ There is initial support for [wide characters](https://en.wikipedia.org/wiki/CJK ## [Contributing](CONTRIBUTING.md) ## Alternatives -See also [ratatui](https://github.com/ratatui-org/ratatui) - and a small [comparison page](https://github.com/gyscos/cursive/wiki/Cursive-vs-tui%E2%80%90rs). +See also [ratatui](https://github.com/ratatui-org/ratatui) - and a small [comparison page](https://github.com/gyscos/cursive/wiki/Cursive-vs-ratatui).