Skip to content

Commit bef4d9d

Browse files
committed
update README
1 parent 347a45f commit bef4d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A package for using Apollo within a Next.js application.
77
This project assumes you have react, react-dom, and next installed. They're specified as peerDependencies.
88

99
```
10-
npm install --save next-apollo graphql react-apollo
10+
npm install --save next-apollo graphql apollo-boost @apollo/react-hooks @apollo/react-ssr
1111
```
1212

1313
## Documentation

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-apollo",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "React higher-order component for using the Apollo GraphQL client inside Next.js",
55
"main": "./dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)