diff --git a/README.md b/README.md index a391fd9..4981aef 100644 --- a/README.md +++ b/README.md @@ -384,9 +384,9 @@ selectable: } ``` -## Upgrade from to version 5 +## Upgrade to version 3 ### Neos.Form.Builder:SelectOptionCollection The `Neos.Form.Builder:SelectOptionCollection` prototype has been changed and uses now `items` instead of `collection`. Also, the way how dynamic options got collected has been changed. Instead of defining the property path, you now need to -use a renderer to render the `value` and `label` of your option. \ No newline at end of file +use a renderer to render the `value` and `label` of your option.