From 67c4b095e9a25ddeb0609eb087840faa27735055 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 13 Apr 2012 17:11:58 +0300 Subject: [PATCH] Fix code sample --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 { /**