tinybox

TUI Library written in Go

Files | Log | Commits | Refs | README


dee9ec4

Author: Sebastian

Date: 2025-09-02

Subject: markdown again...

Diff

commit dee9ec4e4a346ad53edee6b63d2f4642ffa89d9b
Author: Sebastian <102849993+nyangkosense@users.noreply.github.com>
Date:   Tue Sep 2 12:14:21 2025 +0200

    markdown again...

diff --git a/README.md b/README.md
index 3874063..7178f0e 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,6 @@ make
 ```
 ./example
 ```
-
-```
-
 ## Design Choices
 
 Everything is in one file because splitting things up is how you end up with 47 files to do something simple. The code reads top to bottom - constants, types, low-level terminal stuff, then the public API.