Skip to content

Commit

Permalink
Merge pull request #272 from sauhard98/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fbartho authored Dec 7, 2020
2 parents 0969fe9 + b224af9 commit 23edd85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ An Apollo Link to easily try out GraphQL without a full server. It can be used t
## Installation

```bash
npm install apollo-link-rest apollo-link graphql graphql-anywhere qs --save # or `yarn add apollo-link-rest apollo-link graphql graphql-anywhere qs`
npm install apollo-link-rest apollo-link graphql graphql-anywhere qs --save
or
yarn add apollo-link-rest apollo-link graphql graphql-anywhere qs
```

`apollo-link`, `graphql`, `qs` and `graphql-anywhere` are peer dependencies needed by `apollo-link-rest`.
Expand Down

0 comments on commit 23edd85

Please sign in to comment.