diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index e26058305..2aa7414f0 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -262,7 +262,7 @@ General PHP objects If you want to customize the documentation of a property of an object, you can use ``@SWG\Property``:: - use NelmioApiDocBundle\Annotation\Model; + use Nelmio\ApiDocBundle\Annotation\Model; use Swagger\Annotations as SWG; class User