Skip to content

Commit

Permalink
quickfix for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Jan 30, 2016
1 parent fed2a69 commit 70dd3cf
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 @@ -22,7 +22,7 @@ is that it only does one thing. You can use reach along Redux.
## Features are a Work In Progress
* [x] __Talk to a GraphQL server__
* [x] __Cache responses in [Redux](https://github.com/rackt/redux) store__
* __Optimistic Updates__
* [ ] __Optimistic Updates__
* [x] __When used with [react-router](https://github.com/rackt/react-router) dynamically request data needed `onEnter` & `onLeave` Hooks__

```js
Expand Down Expand Up @@ -79,7 +79,7 @@ reachWithOpts('localhost:1000', `mutation {
## Caveat

Make sure to enable CORS on your server __ with OPTIONS __ to avoid CORS error
or Preflight fetch error. Heres an example when using Express:
or Preflight fetch error. Heres an example when using Express:

```js
app.use(function (req, res, next) {
Expand Down

0 comments on commit 70dd3cf

Please sign in to comment.