Added quick links to README

This commit is contained in:
Barnaby Walters 2021-06-13 15:49:23 +02:00
parent 5ee97182bc
commit aba744948e
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
A PSR-7-compatible implementation of the request-handling logic for IndieAuth authorization endpoints
and token endpoints.
* [API Documentation](https://taproot.github.io/indieauth/)
* [Code Coverage](https://taproot.github.io/indieauth/coverage/)
Typical minimal usage looks something like this:
```php