tinybox
Update README.md
4bc546b94724624390e8233a524154b65e6f26a3
Sebastian <102849993+nyangkosense@users.noreply.github.com>
2025-09-02 10:22:50 +0000
README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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