Skip to content

Commit 7af910a

Browse files
Update README.md
1 parent b681cb4 commit 7af910a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Package vat
55
[![GoDoc](https://godoc.org/github.com/dannyvankooten/vat?status.svg)](https://godoc.org/github.com/dannyvankooten/vat)
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dannyvankooten/vat/master/LICENSE)
77

8-
Package for validating VAT numbers & retrieving VAT rates in Go.
8+
Package for validating VAT numbers & retrieving VAT rates (from [ibericode/vat-rates](https://github.com/ibericode/vat-rates)) in Go.
99

1010
## Installation
1111

@@ -46,6 +46,8 @@ func main() {
4646

4747
### Retrieving VAT rates
4848

49+
> 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.
50+
4951
To get VAT rate periods for a country, first get a CountryRates struct using the country's ISO-3166-1-alpha2 code.
5052

5153
You can get the rate that is currently in effect using the `GetRate` function.

0 commit comments

Comments
 (0)