Skip to content

Commit 3c1d2f0

Browse files
committed
docs: update installation
1 parent 8103d96 commit 3c1d2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ You can install React Query with [NPM](https://npmjs.com),
1010
### NPM
1111

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

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

0 commit comments

Comments
 (0)