Skip to content

Commit a0b5fd8

Browse files
committed
fix: uniform script command
1 parent ad34cfc commit a0b5fd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

document/v4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
```bash
1818
$ npm i @tanstack/react-query
1919
# or
20-
pnpm add @tanstack/react-query
20+
$ pnpm add @tanstack/react-query
2121
# or
22-
yarn add @tanstack/react-query
22+
$ yarn add @tanstack/react-query
2323
```
2424

2525
- 또한, Devtools는 별도의 패키지 설치가 필요하다.

0 commit comments

Comments
 (0)