Skip to content

Commit c419ee4

Browse files
Update README.md
1 parent d486f4b commit c419ee4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This library exposes 4 main classes to interact with: `Rates`, `Countries`, `Val
3333

3434
#### Retrieving VAT rates.
3535

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+
3638
```php
3739
$rates = new Ibericode\Vat\Rates('/path-for-storing-cache-file.txt');
3840
$rates->getRateForCountry('NL'); // 21

0 commit comments

Comments
 (0)