Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
docs: update for bs < 5 users
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Dec 9, 2019
1 parent 1414d2a commit 82a0327
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Reason bindings for the official @apollo/react-hooks
## Installation

```
yarn add reason-apollo-hooks reason-apollo @apollo/react-hooks
yarn add reason-apollo-hooks [email protected] @apollo/react-hooks
```

BuckleScript <= 5.0.0
```
yarn add [email protected] [email protected] @apollo/react-hooks
```

Follow the installation instructions of [graphql_ppx_re](https://github.com/baransu/graphql_ppx_re).
Expand Down

0 comments on commit 82a0327

Please sign in to comment.