diff --git a/docs/01-app/01-getting-started/01-installation.mdx b/docs/01-app/01-getting-started/01-installation.mdx index d908a77928304..6ecc7b37b6cf7 100644 --- a/docs/01-app/01-getting-started/01-installation.mdx +++ b/docs/01-app/01-getting-started/01-installation.mdx @@ -257,7 +257,7 @@ To add ESLint to an existing project, add `next lint` as a script to `package.js Then, run `npm run lint` and you will be guided through the installation and configuration process. ```bash filename="Terminal" -pnpm lint +npm run lint ``` You'll see a prompt like this: