Update README.md

This commit is contained in:
Josh Johnson 2017-05-18 18:04:49 +01:00 committed by GitHub
parent 1350c6a9ac
commit 777df12fe5

View file

@ -139,7 +139,7 @@ Or include Choices directly:
**Input types affected:** `text`, `select-single`, `select-multiple`
**Usage:** Optionally supress console errors and warnings.
**Usage:** Optionally suppress console errors and warnings.
### items
@ -157,7 +157,7 @@ Pass an array of objects:
```
[{
value: 'Value 1',
value: 'Value 1',
label: 'Label 1',
id: 1
},