diff --git a/README.md b/README.md index e96163e..897fc2b 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ parameters, and you can document them as you want, but keep in mind to be consis If you set `input`, then the bundle automatically extracts parameters based on the given type, and determines for each parameter its data type, and if it's required or not. -For Form Types, you can add an extra option named `description` on each field: - For classes parsed with JMS metadata, description will be taken from the properties doc comment, if available. +For Form Types, you can add an extra option named `description` on each field: + ``` php