Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/pages/docs/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When you begin your React Query journey, you'll want these devtools by your side
To get going as fast as possible, do the following:

```bash
$ npm i --save react-query-devtools
$ npm i react-query-devtools
# or
$ yarn add react-query-devtools
```
Expand Down
12 changes: 4 additions & 8 deletions docs/src/pages/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ You can install React Query with [NPM](https://npmjs.com),

### NPM

```sh
npm install react-query --save
```

or

```sh
yarn add react-query
```bash
$ npm i react-query
# or
$ yarn add react-query
```

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