From 454c97aebc6e879d65a53106d526c6874fc7f311 Mon Sep 17 00:00:00 2001 From: Timothy Yirenkyi Date: Sun, 12 Dec 2021 20:10:40 +0000 Subject: [PATCH] Update template url (#59) --- basics/errors/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/errors/install.md b/basics/errors/install.md index aeeb2e8..08576e3 100644 --- a/basics/errors/install.md +++ b/basics/errors/install.md @@ -5,7 +5,7 @@ If you see an installation error for the following installation command: ```bash -npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter" +npm init next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter" ``` Try removing everything after `nextjs-blog`: