Skip to content

Commit 5f0096a

Browse files
authored
Update README.md
1 parent 5801b98 commit 5f0096a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,17 @@ Unlike Gatsby, Next.js does not provide any sort of shared data layer. This is n
5252
### Install
5353

5454
```
55-
yarn add next-plugin-query-cache
55+
yarn add next-plugin-query-cache next@latest
5656
```
5757

5858
or
5959

6060
```
61-
npm i next-plugin-query-cache
61+
npm i next-plugin-query-cache next@latest
6262
```
6363

64+
> **NOTE:** this lib requires Next ^10.0.9
65+
6466
### Add to next.config.js
6567

6668
```js

0 commit comments

Comments
 (0)