TUI Library written in Go
Files | Log | Commits | Refs | README
Author: Sebastian
Date: 2025-09-02
Subject: Update README.md
commit 4bc546b94724624390e8233a524154b65e6f26a3 Author: Sebastian <102849993+nyangkosense@users.noreply.github.com> Date: Tue Sep 2 12:22:50 2025 +0200 Update README.md diff --git a/README.md b/README.md index f12fe78..cca3c02 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Here's the simplest possible program: ```go tb.Init() -defer tui.Close() +defer tb.Close() tb.PrintAt(0, 0, "some string") tb.Present() tb.PollEvent() // wait for key