From d970177ea980266d0c7a2b4625ef52015e31a2fe Mon Sep 17 00:00:00 2001 From: Vinicius Reif Biavatti Date: Thu, 12 Sep 2019 13:11:45 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b04dc0..42afa74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#TuiCss +# TuiCss ### Text-based user interface CSS framework TuiCss is a framework focused to create web applications using an interface based in ASCII table, like MS-DOS applications. This kind of interface is very eligible because the ultra-contrast colors used and the less effects of the elements. The main framework thats is following to develop TuiCss is Turbo Vision Framework with some techniques with [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_character), but some others frameworks were checked too, like [curses](https://en.wikipedia.org/wiki/Curses_(programming_library)), [ncurses](https://en.wikipedia.org/wiki/Ncurses), [Newt](https://en.wikipedia.org/wiki/Newt_(programming_library)), etc. Check the [[Examples]] page to see some creations!