Skip to content

Commit 731c6ad

Browse files
committed
Docs: fix shape examples to use real shapes (heart_shiny instead of cat), add Japanese character examples for custom box
1 parent 302933d commit 731c6ad

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/usage.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,23 @@ gitfetch --change-provider
9191
gitfetch --custom-box "██"
9292
gitfetch --custom-box ""
9393
gitfetch --custom-box ""
94+
gitfetch --custom-box ""
95+
gitfetch --custom-box ""
96+
gitfetch --custom-box ""
9497
```
9598

9699
### Predefined Shapes
97100

98101
```bash
99102
gitfetch --shape kitty
100-
gitfetch --shape cat
103+
gitfetch --shape heart_shiny
101104
```
102105

103106
Display multiple shapes with vertical spacing:
104107

105108
```bash
106-
gitfetch --shape kitty cat
107-
gitfetch --shape heart star
109+
gitfetch --shape kitty heart_shiny
110+
gitfetch --shape heart kitty
108111
```
109112

110113
### Graph Dimensions

0 commit comments

Comments
 (0)