From e5bf9b76bdf98ff4b8327c40f4d1c5855f408b1e Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Thu, 18 May 2017 18:08:55 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 8989011..4644160 100644 --- a/README.md +++ b/README.md @@ -158,13 +158,13 @@ Pass an array of objects: ``` [{ value: 'Value 1', - label: 'Label 1', - id: 1 + label: 'Label 1', + id: 1 }, { - value: 'Value 2', - label: 'Label 2', - id: 2 + value: 'Value 2', + label: 'Label 2', + id: 2 }] ``` @@ -179,16 +179,16 @@ Pass an array of objects: ``` [{ - value: 'Option 1', - label: 'Option 1', - selected: true, - disabled: false, + value: 'Option 1', + label: 'Option 1', + selected: true, + disabled: false, }, { - value: 'Option 2', - label: 'Option 2', - selected: false, - disabled: true, + value: 'Option 2', + label: 'Option 2', + selected: false, + disabled: true, }] ```