Skip to content

Commit

Permalink
fixed typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek HBL committed May 20, 2024
1 parent a45d4aa commit 2ab3f1d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ composer require devtarekmia/spell-money
## Usage

```php
$spellMoney = new TarekMia\SpellMoney();

spellMoney->spell(4586); // four thousand five hundred and eighty six taka
use TarekMia\SpellMoney\SpellMoney;


$spellMoney = new SpellMoney();

$spellMoney->spell(4586); // four thousand five hundred and eighty six taka
$spellMoney->spell(25.85); // twenty five taka and eighty five paisa

// example of big values
Expand Down

0 comments on commit 2ab3f1d

Please sign in to comment.