Skip to content

Commit 2ab3f1d

Browse files
author
Tarek HBL
committed
fixed typo errors
1 parent a45d4aa commit 2ab3f1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ composer require devtarekmia/spell-money
1717
## Usage
1818

1919
```php
20-
$spellMoney = new TarekMia\SpellMoney();
2120

22-
spellMoney->spell(4586); // four thousand five hundred and eighty six taka
21+
use TarekMia\SpellMoney\SpellMoney;
22+
23+
24+
$spellMoney = new SpellMoney();
25+
26+
$spellMoney->spell(4586); // four thousand five hundred and eighty six taka
2327
$spellMoney->spell(25.85); // twenty five taka and eighty five paisa
2428

2529
// example of big values

0 commit comments

Comments
 (0)