diff --git a/README.md b/README.md index 44c319f..1a29c54 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ The form type looks by default for the translation of the enum values in the `en // ... /** - * @JMS\Type("gender") + * @JMS\Type("AppBundle\Enum\Gender") */ protected $gender;