Update README.md
This commit is contained in:
parent
3389c86611
commit
f9772950b5
1 changed files with 5 additions and 5 deletions
10
README.md
10
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue