diff --git a/README.md b/README.md index 932dae5..cd48c83 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,6 @@ Options can be passed to `Dropdown` as props. A list of available options can be Property | Type | Description ----- | ----- | ----- -**show** | *boolean* | Manually show/hide the `DropdownContent`. Make sure to unset this or the dropdown will stay open. +**active** | *boolean* | Manually show/hide the `DropdownContent`. Make sure to unset this or the dropdown will stay open. **onShow** | *function* | Callback for when `DropdownContent` is shown. -**onHide** | *function* | Callback for when `DropdownContent` is hidden. \ No newline at end of file +**onHide** | *function* | Callback for when `DropdownContent` is hidden.