diff --git a/src/PhpListRestBundle.php b/src/PhpListRestBundle.php index 5ff7622..4a85664 100644 --- a/src/PhpListRestBundle.php +++ b/src/PhpListRestBundle.php @@ -14,8 +14,8 @@ */ #[OA\Info( version: '1.0.0', - description: 'This is the OpenAPI documentation for My API.', - title: 'My API Documentation', + description: 'This is the OpenAPI documentation for PhpList API.', + title: 'PhpList API Documentation', contact: new OA\Contact( email: 'support@phplist.com' ),