Richard Knight 6 lat temu
rodzic
commit
60483be04b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -30,7 +30,7 @@ All fields support the following metadata. The missing properties will be 'fille
 
 ### Options metadata (selects, radios, checkbutton groups, etc)
 
-Supply an array of values, an array of [value, label] pairs, or an array of { value: <VALUE>, label: <LABEL> } objects. If you supply a aimple array of values, each value is used as both the value and label.
+Oprions can be specified as an array of values, an array of [value, label] pairs, or an array of objects with the structure { value: 'VAL', label: 'My label' }. If you supply a aimple array of values, each value is used as both the value and label.
 
 #### Available types