Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 13, 2018
1 parent 2110541 commit b42e04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -20,15 +20,15 @@ Create a `next.config.js` in your project

```js
// next.config.js
const withGraphql = require('@zeit/next-graphql')
const withGraphql = require('next-plugin-graphql')
module.exports = withGraphql()
```

Optionally you can add your custom Next.js configuration as parameter

```js
// next.config.js
const withGraphql = require('@zeit/next-graphql')
const withGraphql = require('next-plugin-graphql')
module.exports = withGraphql({
webpack(config, options) {
return config
Expand Down

0 comments on commit b42e04a

Please sign in to comment.