Skip to content

Commit fb20ada

Browse files
authored
docs: Update installation.md (#3830)
update bash install package from *@tanstack/react-query* to *react-query@beta*
1 parent 78e827d commit fb20ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ or a good ol' `<script>` via
1010
### NPM
1111

1212
```bash
13-
$ npm i @tanstack/react-query
13+
$ npm i react-query@beta
1414
# or
15-
$ yarn add @tanstack/react-query
15+
$ yarn add react-query@beta
1616
```
1717

1818
React Query is compatible with React v16.8+ and works with ReactDOM and React Native.

0 commit comments

Comments
 (0)