From 484f988a3ab05cd8667881ca605e6f2dc0c19170 Mon Sep 17 00:00:00 2001 From: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:31:28 +0100 Subject: [PATCH] Update README.md (#8282) --- packages/next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/README.md b/packages/next/README.md index ee89ca6b39..4a5edae650 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. -- GitLab