Skip to content

Commit

Permalink
Merge pull request #55 from TobitSoftware/wiki-change
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
michael-braun authored Oct 13, 2017
2 parents 7f3302f + c5a82fd commit 21cf8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/react-chayns-selectlist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The package has two components included: SelectList and SelectListItem
You have to import the components and styles first:

```jsx
import {SelectList, SelectListItem} from 'tobit-chayns_components/react-chayns-selectlist';
import {SelectList, SelectItem} from 'tobit-chayns_components/react-chayns-selectlist';
import 'tobit-chayns_components/react-chayns-selectlist/index.css';
```

Expand Down Expand Up @@ -106,4 +106,4 @@ The following example will select the first valid item from the SelectList and o
</SelectItem>

</SelectList>
```
```

0 comments on commit 21cf8a0

Please sign in to comment.