Skip to content

Commit

Permalink
chore: update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Dec 16, 2024
1 parent 279166e commit a312b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ React wrapper for working with [`@comapeo/core`](https://github.com/digidem/coma

## Installation

`@comapeo/schema`, `@comapeo/core`, and `@comapeo/ipc` are peer deps and must be installed alongside this package. You may want to pin these to specific versions depending on your needs.
`react`, `@tanstack/react-query`, `@comapeo/schema`, `@comapeo/core`, and `@comapeo/ipc` are peer deps and must be installed alongside this package. You may want to pin these to specific versions depending on your needs.

```sh
npm install @comapeo/core-react @comapeo/schema @comapeo/core @comapeo/ipc
npm install react @tanstack/react-query@5 @comapeo/core-react @comapeo/schema @comapeo/core @comapeo/ipc
```

## API Documentation
Expand Down

0 comments on commit a312b88

Please sign in to comment.