Skip to content

Commit 46a8905

Browse files
committed
Fix remaining "name"-reference in readme.
1 parent 935ae77 commit 46a8905

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ The selection is an array of value/text objects
8585
"key": 'select',
8686
"type": 'strapselect',
8787
"items": [
88-
{"value": 'value1', "text": 'label1'},
89-
{"value": 'value2', "text": 'label2'},
90-
{"value": 'value3', "text": 'label3'}
88+
{"value": 'value1', "text": 'text1'},
89+
{"value": 'value2', "text": 'text2'},
90+
{"value": 'value3', "text": 'text3'}
9191
]
9292
},
9393
@@ -98,8 +98,8 @@ The selection is an array of value/text objects
9898
"key": 'multiselect',
9999
"type": 'strapmultiselect',
100100
"items": [
101-
{"value": 'value1', "text": 'label1'},
102-
{"value": 'value2', "text": 'label2'},
101+
{"value": 'value1', "text": 'text1'},
102+
{"value": 'value2', "text": 'text2'},
103103
{"value": 'value3', "text": 'long very very long label3'}
104104
]
105105
},

0 commit comments

Comments
 (0)