From 8a8ea54be3975536b5e01c056711999ada065485 Mon Sep 17 00:00:00 2001 From: Kennet Postigo Date: Mon, 16 Nov 2015 15:13:24 -0500 Subject: [PATCH] docs(usage section): made subtle changes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcbc04c..4e68ee9 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ to account for request to the server. Usually you would go about making network request to specified endpoints with REST, or networks request to `"/graphql"` if you use GraphQL. Now Relay may come to mind, and what makes reach different is that it only does one thing. You can use reach along Redux. -## The Goal +## Usage The goal is to make fetching data from a GraphQL server as easy as this: -```javascript +```js //.reachGraphQL() to make a query for some data //params: reachGraphQL(url, query/mutation, queryParameters)