tinybox

Update README.md

d8b24a7a01dd0af601e7cc004b9acb44272fbeea

Sebastian <102849993+nyangkosense@users.noreply.github.com>

2025-09-02 11:19:13 +0000

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fa1ab5c..c399056 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Tinybox - Minimalist TUI Library
+# Tinybox
 
 I needed a simple way to build terminal interfaces in Go. Everything out there was either massive (tcell), abandoned (termbox), or tried to force some architecture on me (bubbletea with its Elm thing). I just wanted to draw stuff on the screen and read keyboard input without pulling in half the internet.