From 19626576af583336604c304a680996ea8244778d Mon Sep 17 00:00:00 2001 From: manish-datman <61499644+manish-datman@users.noreply.github.com> Date: Fri, 5 Feb 2021 20:49:28 +0530 Subject: [PATCH] Update install.md (#30) --- errors/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/install.md b/errors/install.md index 7856070..aeeb2e8 100644 --- a/errors/install.md +++ b/errors/install.md @@ -8,7 +8,7 @@ If you see an installation error for the following installation command: npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter" ``` -Try removing everything after `--example`: +Try removing everything after `nextjs-blog`: ```bash npm init next-app nextjs-blog