Skip to content

Commit

Permalink
docs: fix install docs (trpc#5021)
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT authored Nov 9, 2023
1 parent d95dd2e commit f58ab91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Full documentation for `@trpc/next` can be found [here](https://trpc.io/docs/cli

```bash
# npm
npm install @trpc/next @trpc/react-query @tanstack/react-query
npm install @trpc/next @trpc/react-query @tanstack/react-query@^4.0.0

# Yarn
yarn add @trpc/next @trpc/react-query @tanstack/react-query
yarn add @trpc/next @trpc/react-query @tanstack/react-query@^4.0.0

# pnpm
pnpm add @trpc/next @trpc/react-query @tanstack/react-query
pnpm add @trpc/next @trpc/react-query @tanstack/react-query@^4.0.0

# Bun
bun add @trpc/next @trpc/react-query @tanstack/react-query
bun add @trpc/next @trpc/react-query @tanstack/react-query@^4.0.0
```

## Basic Example
Expand Down
8 changes: 4 additions & 4 deletions packages/react-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Full documentation for `@trpc/react-query` can be found [here](https://trpc.io/d

```bash
# npm
npm install @trpc/react-query @tanstack/react-query
npm install @trpc/react-query @tanstack/react-query@^4.0.0

# Yarn
yarn add @trpc/react-query @tanstack/react-query
yarn add @trpc/react-query @tanstack/react-query@^4.0.0

# pnpm
pnpm add @trpc/react-query @tanstack/react-query
pnpm add @trpc/react-query @tanstack/react-query@^4.0.0

# Bun
bun add @trpc/react-query @tanstack/react-query
bun add @trpc/react-query @tanstack/react-query@^4.0.0
```

## Basic Example
Expand Down

0 comments on commit f58ab91

Please sign in to comment.