tinybox
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/tinybox.git
Update README.md
Commit 4bc546b94724624390e8233a524154b65e6f26a3 by Sebastian <102849993+nyangkosense@users.noreply.github.com> on 2025-09-02 12:22:50 +0200
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