diff --git a/README.md b/README.md index 0320176e..7b43a7c6 100644 --- a/README.md +++ b/README.md @@ -227,8 +227,8 @@ AppRegistry.registerComponent('myproject', () => SwiperComponent) | renderPagination | - | `function` | Complete control how to render pagination with three params (`index`, `total`, `context`) ref to `this.state.index` / `this.state.total` / `this`, For example: show numbers instead of dots. | | dot | `` | `element` | Allow custom the dot element. | | activeDot | `` | `element` | Allow custom the active-dot element. | -| dotStyle | - | `object` | Allow custom the active-dot element. | -| dotColor | - | `string` | Allow custom the active-dot element. | +| dotStyle | - | `object` | Allow custom the dot element. | +| dotColor | - | `string` | Allow custom the dot element. | | activeDotColor | - | `string` | Allow custom the active-dot element. | | activeDotStyle | - | `object` | Allow custom the active-dot element. |