From 89aeac1e968f1390bd945f734aac8612efbab179 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sun, 26 Oct 2025 21:46:00 +0100 Subject: [PATCH] doc: correct alert blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 234002d..9365c41 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ `zterm` is a terminal user interface library (*tui*) to implement terminal (fullscreen or inline) applications. -> [!CAUTION] +> [!caution] > Only builds using the zig master version are tested to work. ## Demo @@ -13,7 +13,7 @@ Clone this repository and run `zig build --help` to see the available examples. zig build --release=safe -Dexample=demo run ``` -> [!TIP] +> [!tip] > Every example application can be quit using `ctrl+c`. See the [wiki](https://gitea.yves-biener.de/yves-biener/zterm/wiki) for a showcase of the examples and the further details.