Skip to content

Commit bf983d8

Browse files
Merge pull request #36 from dixonl90/dixonl90-update-readme-example
Update README.md
2 parents b12b6e4 + 0a64241 commit bf983d8

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)