Update README.md

This commit is contained in:
abux 2026-07-31 23:05:38 +00:00
parent 3389c86611
commit f9772950b5

View file

@ -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