Skip to content

Commit 7d6a52e

Browse files
committed
updated readme and version
1 parent 45db4cb commit 7d6a52e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3636
1. Download npm package into your application.
3737

3838
```sh
39-
npm i react-query-rewind
39+
npm i -D react-query-rewind
4040
```
4141

4242
2. Import the ReactQueryRewind component into the root of your applicaiton.

package-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3636
1. Download npm package into your application.
3737

3838
```sh
39-
npm i react-query-rewind
39+
npm i -D react-query-rewind
4040
```
4141

4242
2. Import the ReactQueryRewind component into the root of your applicaiton.

package-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/oslabs-beta/react-query-rewind"
2020
},
21-
"version": "2.0.1",
21+
"version": "2.0.2",
2222
"description": "React Query Rewind is a library that helps developers debug applications that use React Query (ie TanStack Query) by letting them time travel through state changes directly in their chrome dev tools",
2323
"keywords": [
2424
"react",

0 commit comments

Comments
 (0)