From 8be9e1cbb15e35d177bcf32665b8c35643e390f4 Mon Sep 17 00:00:00 2001 From: Carlos A Becker <caarlos0@gmail.com> Date: Sun, 20 Mar 2022 20:47:25 -0300 Subject: [PATCH] fix: description in the wrong line Signed-off-by: Carlos A Becker <caarlos0@gmail.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b51823..10f7bda 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ List of projects that provide terminal user interfaces ## <a name="libraries"></a>Libraries - [Ashen](https://github.com/colinta/Ashen) An Elm inspired framework written in Swift -- [blessings](https://github.com/erikrose/blessings) A Python wrapper lib for ncurses that makes your code pretty to look at, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles) -- [bubbletea](https://github.com/charmbracelet/bubbletea) A Go framework based on Elm to build functional and stateful TUI apps +- [blessings](https://github.com/erikrose/blessings) A Python wrapper lib for ncurses that makes your code pretty to look at +- [bubbletea](https://github.com/charmbracelet/bubbletea) A Go framework based on Elm to build functional and stateful TUI apps, complete with extensions known as [bubbles](https://github.com/charmbracelet/bubbles) - [FINAL CUT](https://github.com/gansm/finalcut) Library for creating terminal applications with text-based widgets - [FTXUI](https://github.com/ArthurSonzogni/FTXUI) 💻 C++ Functional Terminal User Interface. ❤️ - [gocui](https://github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces