diff --git a/README.md b/README.md index 73bd5b7..525ca69 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ var ViewPager = require('react-native-viewpager'); ## More configuration -* **`dataSource`**: this is require to provide pages data, -* **`renderPage`**: this is require to render page view, +* **`dataSource`**: this is required to provide pages data, +* **`renderPage`**: this is required to render page view, * **`autoPlay`**: `true` to turn page automatically, * **`initialPage`**: to set the index of the first page to load, * **`isLoop`**: `true` to run in infinite scroll mode,