diff --git a/README.md b/README.md
index 58023d1..c475549 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,18 @@ ReactDOM.render(, container);
false |
When the `step` value is greater than 1, you can set the `dots` to `true` if you want to render the slider with dots. |
+
+ | onChange |
+ function |
+ NOOP |
+ `onChange` will be triggered while the value of Slider changing. |
+
+
+ | onAfterChange |
+ function |
+ NOOP |
+ `onAfterChange` will be triggered when `ontouchend` or `onmouseup` is triggered. |
+