diff --git a/README.md b/README.md index 941160d..080f795 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ L5 Swagger - OpenApi or Swagger Specification for your Laravel project made easy. ========== -Swagger 2.0 for Laravel >=5.1 - This package is a wrapper of [Swagger-php](https://github.com/zircote/swagger-php) and [swagger-ui](https://github.com/swagger-api/swagger-ui) adapted to work with Laravel 5. Installation diff --git a/composer.json b/composer.json index 64e71e6..7db1952 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,15 @@ { "name": "darkaonline/l5-swagger", - "description": "Swagger integration to Laravel 5", + "description": "OpenApi or Swagger integration to Laravel", "keywords": [ "laravel", "swagger", - "api" + "api", + "OpenApi", + "specification", + "documentation", + "API", + "UI" ], "license": "MIT", "authors": [