From b466f4bc881383c92572cf992272b74647747124 Mon Sep 17 00:00:00 2001 From: shadawck Date: Sat, 2 Dec 2023 10:01:23 +0100 Subject: [PATCH] fix double parenthesis from #12 and change ratatui description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad1e96..e91ffd6 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ etc. - [Clap](https://github.com/clap-rs/clap) : A full featured, fast Command Line Argument Parser for Rust. -- [Ratatui]((https://github.com/ratatui-org/ratatui)) : Build terminal user interfaces and dashboards using Rust. +- [Ratatui](https://github.com/ratatui-org/ratatui) : Rust library that's all about cooking up terminal user interfaces (TUIs). - [StructOpt](https://github.com/TeXitoi/structopt) : Parse command line arguments by defining a struct.