We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b12b6e4 + 0a64241 commit bf983d8Copy full SHA for bf983d8
README.md
@@ -34,7 +34,7 @@ This library exposes 4 main classes to interact with: `Rates`, `Countries`, `Val
34
#### Retrieving VAT rates.
35
36
```php
37
-$rates = new Ibericode\Rates\Rates('/path-for-storing-cache-file.txt');
+$rates = new Ibericode\Vat\Rates('/path-for-storing-cache-file.txt');
38
$rates->getRateForCountry('NL'); // 21
39
$rates->getRateForCountry('NL', 'standard'); // 21
40
$rates->getRateForCountry('NL', 'reduced'); // 9
0 commit comments