diff --git a/README.md b/README.md index 5043dfc2d7..8ccb4e78c8 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ NEXT_SERVERLESS = "true" NODE_ENV = "production" ``` -2\. From your project's base directory, use `npm`, `yarn`, or any other Node.js package manager to add this plugin to `devDependencies` in `package.json`. +2\. From your project's base directory, use `npm`, `yarn`, or any other Node.js package manager to add this plugin to `dependencies` in `package.json`. ``` npm install --save @netlify/plugin-nextjs