diff --git a/README.md b/README.md index dc28f2c..9746fb7 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ The bundle provides an `ApiDoc()` annotation for your controllers: namespace Your\Namespace; +use Nelmio\ApiDocBundle\Annotation\ApiDoc; + class YourController extends Controller { /**