Skip to content

Commit 05af5f6

Browse files
committed
updated readme
1 parent 550e6d5 commit 05af5f6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,27 @@ React Query Rewind introduces a powerful DevTool extension designed to work in c
3535

3636
1. Download npm package into your application.
3737

38+
**React**
39+
3840
```sh
3941
npm i -D react-query-rewind
4042
```
4143

44+
**Svelte**
45+
46+
```sh
47+
npm i --save-dev @react-query-rewind/svelte-query-rewind
48+
```
49+
50+
**Vue**
51+
52+
```sh
53+
npm i --save-dev @react-query-rewind/vue-query-rewind
54+
```
55+
56+
**NextJS**
57+
_Some older versions of NextJS point to the
58+
4259
2. Import the ReactQueryRewind component into the root of your applicaiton.
4360

4461
_picture of importing the component_

package-svelte/README.md

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

3838
```sh
39-
npm i --save-dev react-query-rewind
39+
npm i --save-dev @react-query-rewind/svelte-query-rewind
4040
```
4141

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

package-vue/README.md

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

3838
```sh
39-
npm i --save-dev react-query-rewind
39+
npm i --save-dev @react-query-rewind/vue-query-rewind
4040
```
4141

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

0 commit comments

Comments
 (0)