diff --git a/README.md b/README.md
index 573ba1b..967eba1 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,12 @@ React.render(, container);
number |
0 |
Determines the initial positions of the handles. |
+
+
+ | value |
+ number |
+ |
+ Determines the current positions of the handles. |
| marks |
@@ -118,6 +124,12 @@ React.render(, container);
0 |
For step or marks slider, determine the initial positions of the handles. |
+
+ | index |
+ number |
+ |
+ For step or marks slider, determine current positions of the handles. |
+
| disabled |
boolean |
@@ -138,7 +150,7 @@ npm start
http://localhost:8000/examples/
-online example: http://react-component.github.io/slider/examples/
+online example: http://react-component.github.io/slider/
## Test Case