diff --git a/README.md b/README.md index bc4da20..4d1772b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ const items = [{ class MultiSelectExample extends Component { state = { - selectedItems : []; + selectedItems : [] };