From e972e507fc8ca8c4d93521e96fed2594b98964a8 Mon Sep 17 00:00:00 2001 From: Matheus Cruz Rocha Date: Fri, 12 May 2017 13:17:16 -0300 Subject: [PATCH] Update README.md Fixing typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba313e..54ee8e2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm install --save relay-mongodb-connection ## Usage -Give it a cursor from [mongodb](https://www.npmjs.com/package/mongodb), and it handles pagination int he same way [graphql-relay](https://github.com/graphql/graphql-relay-js/blob/master/src/connection/arrayconnection.js) does for arrays. +Give it a cursor from [mongodb](https://www.npmjs.com/package/mongodb), and it handles pagination in the same way [graphql-relay](https://github.com/graphql/graphql-relay-js/blob/master/src/connection/arrayconnection.js) does for arrays. ```js import connectionFromMongoCursor from 'relay-mongodb-connection';