You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ This library exposes 4 main classes to interact with: `Rates`, `Countries`, `Val
33
33
34
34
#### Retrieving VAT rates.
35
35
36
+
> This package relies on a [community maintained repository of vat rates](https://github.com/ibericode/vat-rates). We invite you to toggle notifications for that repository and contribute changes to VAT rates in your country once they are announced.
37
+
36
38
```php
37
39
$rates = new Ibericode\Vat\Rates('/path-for-storing-cache-file.txt');
0 commit comments