diff --git a/HISTORY.md b/HISTORY.md
index d14150d..79d0957 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,6 +1,11 @@
# History
----
+## 3.6.0 / 2016-04-01
+
+[#18](https://github.com/react-component/slider/issues/18) add `vertical` props ([@wnlee](https://github.com/WNLee))
+
+...
## 1.2.5 / 2015-07-13
diff --git a/README.md b/README.md
index d1bc197..0b7791c 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,12 @@ ReactDOM.render(
Slider with marks, `step=null`
+Slider with marks and steps
+Slider with marks, `included=false`
+Slider with marks and steps, `included=false`
+Range with marks
+Range with marks and steps
+Basic Range,`allowCross=false`
+Basic Range,`step=20`
+Basic Range,`step=20, dots`
+Controlled Range
+Customized Range
+Range with dynamic `max` `min`
+Slider with dynamic `min` `max`
+Basic Slider
+Basic Slider,`step=20`
+Basic Slider,`step=20, dots`
+Basic Slider with `tipFormatter`
+Basic Slider without tooltip
+Controlled Slider
+Customized Slider
+