diff --git a/README.md b/README.md index ac7655c..505a36c 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ namespace AppBundle\Controller; use AppBundle\Entity\User; use AppBundle\Entity\Reward; use Nelmio\ApiDocBundle\Annotation\Model; -use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; use Swagger\Annotations as SWG; +use Symfony\Component\Routing\Annotation\Route; class UserController {