Skip to content

Commit f51f948

Browse files
committed
readme: cli: add output
1 parent 1bd2c5d commit f51f948

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@ unicodeScriptsFinder('Lorem ipsum ἀπόστασις')
3434
## CLI
3535
```sh
3636
unicode-scripts-finder Lorem ipsum dolor sit amet
37+
# => [
38+
# {
39+
# "label": "Latin",
40+
# "count": 22
41+
# }
42+
# ]
3743
```

0 commit comments

Comments
 (0)