From 1a598cd502cf25802d646674422a5e726e347097 Mon Sep 17 00:00:00 2001 From: Harkirat Singh <65155920+0xharkirat@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:10:44 +1100 Subject: [PATCH] Fix Starter-example README.md (#300) * Fix Starter-example README.md * Update dashboard/starter-example/README.md --------- Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> --- dashboard/starter-example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/starter-example/README.md b/dashboard/starter-example/README.md index 6f50856..6a520de 100644 --- a/dashboard/starter-example/README.md +++ b/dashboard/starter-example/README.md @@ -1,5 +1,5 @@ -## Next.js App Router Course - Final +## Next.js App Router Course - Starter -This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application. +This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application. For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.