diff --git a/README.md b/README.md index 2acc2e2a..592c458e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ # swagger-php -Generate interactive [OpenAPI](https://www.openapis.org) documentation for your RESTful API using [doctrine annotations](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html) (optional as of version 4.8) or PHP attributes. +Generate interactive [OpenAPI](https://www.openapis.org) documentation for your RESTful API using +[doctrine annotations](https://www.doctrine-project.org/projects/doctrine-annotations/en/latest/index.html) (optional as of version 4.8) +or [PHP attributes](https://www.php.net/manual/en/language.attributes.overview.php). For a full list of supported annotations, please have look at the [`OpenApi\Annotations` namespace](src/Annotations) or the [documentation website](https://zircote.github.io/swagger-php/guide/annotations.html).