diff --git a/README.md b/README.md
index c71a2d6..97a9a8e 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ The `` component accepts a few optional props:
- `mixedDeselect` (Boolean) When enabled items can be selected and deselected with selectbox at the same time, `enableDeselect` should be set to `true`.
- `scrollContainer` (String) Selector of scroll container which will be used to calculate selectbox position. If not specified SelectableGroup element will be used as scroll container.
- `ignoreList` (Array) Array of ignored selectors.
-- `clickableClassName` (String) On elements with specified selector click item containing this element will be selected.
+- `clickClassName` (String) On elements with specified selector click item containing this element will be selected.
- `tolerance` (Number) The amount of buffer to add around your `` container, in pixels.
- `className` (String) Class of selectable group element.
- `selectionModeClass` (String) Class indicating that there is more than 1 selected item. Defaults to 'in-selection-mode'.
diff --git a/website/index.html b/website/index.html
index c46db8e..62c88c0 100644
--- a/website/index.html
+++ b/website/index.html
@@ -227,7 +227,7 @@
ignoreList
(Array) Array of ignored selectors.
- clickableClassName
(String) On element with specified selector click item
+ clickClassName
(String) On element with specified selector click item
cotaining this element will be selected.