Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riskihajar committed Nov 28, 2023
1 parent 189a2c6 commit 1bdc534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Number to words conversion support multi language.
### Feature
* [Number to Words](https://github.com/riskihajar/terbilang#number-to-words)
* [Number to Roman](https://github.com/riskihajar/terbilang#number-to-roman)
* [Number Large Number Conversion](https://github.com/riskihajar/terbilang#number-large-conversion) (Number Short Hand in past version)
* [Number Large Conversion](https://github.com/riskihajar/terbilang#number-large-conversion) (Number Short Hand in past version)
* [Datetime to Words](https://github.com/riskihajar/terbilang#datetime)
* [Distance Date](https://github.com/riskihajar/terbilang#distance-date) (Period in past version)

Expand Down Expand Up @@ -121,7 +121,7 @@ Terbilang::make(654321, ' dollars');
Terbilang::roman(1234); // MCCXXXIV
```

#### Number Large Number Conversion
#### Number Large Conversion
`Terbilang::short($number, $format)`

Available short hand : `kilo, million, billion, trillion`
Expand Down

0 comments on commit 1bdc534

Please sign in to comment.