Skip to content

Commit

Permalink
docs(usage section): made subtle changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Nov 16, 2015
1 parent caca625 commit 8a8ea54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8a8ea54

Please sign in to comment.