From f9772950b5097bbbda39cd68d86f6b6062c41fec Mon Sep 17 00:00:00 2001 From: abux Date: Fri, 31 Jul 2026 23:05:38 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a857f4..3a65a0e 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ std.debug.print("TypeID(Player): {}\n", .{TypeID(Player)}); Output: TypeID(Player): 2462284566368800629 ``` -## NicePrint +# NicePrint -# Styles +## Styles - default - rounded - pipe - custom -# Example +## Example ```zig // --- PRINT --- if (log.print(.debug, "DEVICE INFO", ansi.bold ++ ansi.red)) |a| { @@ -61,8 +61,8 @@ if (log.print(.debug, "DEVICE INFO", ansi.bold ++ ansi.red)) |a| { } ``` -# Output -```bash +## Output +```text ┏━ DEVICE INFO ┃ device -> GTX ┃ vendor -> Nvidia