Skip to content

Commit 0a64241

Browse files
authored
Update README.md
Example should call Ibericode\Vat\Rates instead of Ibericode\Rates\Rates.
1 parent b12b6e4 commit 0a64241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This library exposes 4 main classes to interact with: `Rates`, `Countries`, `Val
3434
#### Retrieving VAT rates.
3535

3636
```php
37-
$rates = new Ibericode\Rates\Rates('/path-for-storing-cache-file.txt');
37+
$rates = new Ibericode\Vat\Rates('/path-for-storing-cache-file.txt');
3838
$rates->getRateForCountry('NL'); // 21
3939
$rates->getRateForCountry('NL', 'standard'); // 21
4040
$rates->getRateForCountry('NL', 'reduced'); // 9

0 commit comments

Comments
 (0)