Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
update bash install package from *@tanstack/react-query* to *react-query@beta*
  • Loading branch information
EkoSetiyo13 authored Jul 15, 2022
1 parent 78e827d commit 448982e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ or a good ol' `<script>` via
### NPM

```bash
$ npm i @tanstack/react-query
$ npm i react-query@beta
# or
$ yarn add @tanstack/react-query
$ yarn add react-query@beta
```

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

0 comments on commit 448982e

Please sign in to comment.