diff --git a/README.md b/README.md
index b9f722c..678aac7 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Reason bindings for the official @apollo/react-hooks
yarn add reason-apollo-hooks reason-apollo @apollo/react-hooks
```
-Follow the installation instructions of [graphql_ppx](https://github.com/mhallin/graphql_ppx).
+Follow the installation instructions of [graphql_ppx_re](https://github.com/baransu/graphql_ppx_re).
Then update your bsconfig.json
@@ -36,9 +36,9 @@ let client =
ReasonApollo.createApolloClient(~link=httpLink, ~cache=inMemoryCache, ());
let app =
-
{React.string("Loading...")}
+ | Loading =>{React.string("Loading...")}
| Data(data) =>{React.string("Loading...")}
+ | Loading =>{React.string("Loading...")}
| Data(data) =>