Skip to content

Commit

Permalink
(docs) - update execute-exchange api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Feb 3, 2021
1 parent c38c721 commit 4df11e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/execute-exchange.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ _fetchExchange_ and useful for the server-side, debugging, or testing.
First install `@urql/exchange-execute` alongside `urql`:

```sh
yarn add @urql/exchange-retry
yarn add @urql/exchange-execute
# or
npm install --save @urql/exchange-retry
npm install --save @urql/exchange-execute
```

You'll then need to add the `executeExchange`, exposed by this package, to your `Client`.
Expand Down

0 comments on commit 4df11e0

Please sign in to comment.