diff --git a/README.md b/README.md index 8856c2a..ddb0369 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This component has a peer dependency on `react-native-svg`. Read the [full docum | strokeWidth | number | 12 | Path stroke width | | strokeLinecap | round \| square | round | Path stroke line cap | | trailColor | string | #d9d9d9 | Circle trail color - takes any valid color format (HEX, rgb, rgba, etc.) | -| trailStrokeWidth | number | false | Trail Path stroke width.By default the value will be `strokeWidth`. | +| trailStrokeWidth | number | false | Trail path stroke width. By default it has the value of `strokeWidth`. | | rotation | clockwise \| counterclockwise | clockwise | Progress path rotation direction | | isPlaying | boolean | false | Play and pause animation | | \* isLinearGradient | boolean | false | \* Apples linear gradient on top of the circle. The gradient doesn't follow the circle path. Works best with two colors. |