Skip to content

Commit

Permalink
馃摑 Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BurtDS committed Jan 23, 2024
1 parent 03c1048 commit f5eca7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ We'll need to import the Facade of this package on top of your file.
```php
use Burtds\VatChecker\Facades\VatChecker
```
Once that is done, you'll be able to use the conversion functions.
**For this example we're using the VAT Number of Vulpo BV.
Once that is done, you'll be able to use the providede functions.
For this example we're using the VAT Number of Vulpo BV.
```php
VatChecker::getRawVatInstance('BE','0749617582'); // returns a raw response of the European Commission's API.
VatChecker::isVatValid('BE','0749617582'); // returns the validity of a VAT Number.
Expand Down

0 comments on commit f5eca7c

Please sign in to comment.