diff --git a/packages/next/README.md b/packages/next/README.md index ee89ca6b398055b1fef254621930d0bba71064b2..4a5edae6502496b15858b49e56deef98a239a852 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -2248,7 +2248,7 @@ To get started, create a empty `tsconfig.json` file in the root of your project: touch tsconfig.json ``` -Next.js will automatically configure this file with default values if you (providing [your own `tsconfig.json`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) is also supported). +Next.js will automatically configure this file with default values (providing [your own `tsconfig.json`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) is also supported). Then, run `next dev` (normally `npm run dev`) and Next.js will guide you through installing the necessary packages to complete setup.