Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ToX82 committed Jan 15, 2022
1 parent 4afc7ef commit 5235ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It requires PHP >= 7.0.

Installation:
```shell
`composer require tox82/vatvalidator`
composer require tox82/vatnumber-validator
```

Usage
Expand All @@ -28,6 +28,6 @@ echo Validate::check('AT', 'U123456780'); // false because of invalid number's l

Resources
---------
* [Report issues](https://github.com/tox82/vatvalidator/issues)
* [Send Pull Requests](https://github.com/tox82/vatvalidator/pulls)
* [Check the main repository](https://github.com/tox82/vatvalidator)
* [Report issues](https://github.com/ToX82/VatNumberValidator/issues)
* [Send Pull Requests](https://github.com/ToX82/VatNumberValidator/pulls)
* [Check the main repository](https://github.com/ToX82/VatNumberValidator)

0 comments on commit 5235ea6

Please sign in to comment.