why do normal people count from 1
This commit is contained in:
parent
eb6782f4b3
commit
1a374f77dd
4 changed files with 2 additions and 2 deletions
BIN
.img/hV3BeXWDTmREm8ujOkR3v6901.png
Normal file
BIN
.img/hV3BeXWDTmREm8ujOkR3v6901.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
Before Width: | Height: | Size: 82 KiB |
|
@ -2,7 +2,7 @@
|
|||
A very simple cli tool to look up Japanese words using jisho.org's API
|
||||
|
||||
<br>
|
||||
<img src=".img/hV3BeXWDTmREm8ujOkR3v6902.png"/>
|
||||
<img src=".img/hV3BeXWDTmREm8ujOkR3v6901.png"/>
|
||||
|
||||
# Installation
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ fn format_sense(value: &Value, index: usize) -> String {
|
|||
|
||||
format!(
|
||||
"{}. {} {}",
|
||||
index,
|
||||
index + 1,
|
||||
value_to_str(english_definiton.get(0).unwrap()),
|
||||
tags
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue