Skip to content

Commit

Permalink
Update README.md (#1368)
Browse files Browse the repository at this point in the history
Fix graph.cool link in example
  • Loading branch information
timsuchanek authored and timneutkens committed Mar 7, 2017
1 parent 08d9847 commit 4057331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ In this simple example, we integrate Apollo seamlessly with Next by wrapping our

On initial page load, while on the server and inside `getInitialProps`, we invoke the Apollo method, [`getDataFromTree`](http://dev.apollodata.com/react/server-side-rendering.html#getDataFromTree). This method returns a promise; at the point in which the promise resolves, our Apollo Client store is completely initialized.

This example relies on [graph.cool](graph.cool) for its GraphQL backend.
This example relies on [graph.cool](https://www.graph.cool) for its GraphQL backend.

0 comments on commit 4057331

Please sign in to comment.