diff --git a/readme.md b/readme.md index 1b54148..60870f2 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ 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() ``` @@ -28,7 +28,7 @@ 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