Skip to content

Commit

Permalink
fix(docs): remove apollo-link, add @apollo/client as peer deps to ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
alessbell committed Oct 24, 2022
1 parent caf6800 commit 2c0b7dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ 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 qs --save
npm install apollo-link-rest @apollo/client graphql qs --save
or
yarn add apollo-link-rest apollo-link graphql qs
yarn add apollo-link-rest @apollo/client graphql qs
```

`apollo-link`, `graphql`, and `qs` are peer dependencies needed by `apollo-link-rest`.
`@apollo/client`, `graphql`, and `qs` are peer dependencies needed by `apollo-link-rest`.

## Usage

Expand Down

0 comments on commit 2c0b7dc

Please sign in to comment.