diff --git a/README.md b/README.md
index bedaa59..1e2f56d 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,7 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
| ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| [BarChart - Value and section line don't match](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/35) | [Comment by the owner](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/35#issuecomment-972673281) |
| **Invariant Violation: requireNativeComponent: "RNCWebView" was not found in the UIManager.** | install `react-native-webview` |
+| Setting `height`, `maxValue`, `stepValue`, `stepHeight`, or `noOfSections` breaks the chart | Please make sure that
`maxValue = noOfSections * stepValue;`
is followed. [See this](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues/71)
## License