From 3a9592148cac36bd9b428ad17001607450a12807 Mon Sep 17 00:00:00 2001 From: Klemen Strusnik Date: Mon, 12 Feb 2018 10:22:30 +0100 Subject: [PATCH] docs simple grammar fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,