Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lecano committed Dec 7, 2019
1 parent 1fb8ae0 commit f09538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ composer require luecano/numero-a-letras
```php
require_once __DIR__ . '/../vendor/autoload.php';

use Luecano\NumeroALetras;
use Luecano\NumeroALetras\NumeroALetras;

$numeroALetras = NumeroALetras::convert($number, $currency, $upper);
echo $numeroALetras;
Expand Down

0 comments on commit f09538b

Please sign in to comment.