From 49a44eef0f3b6ef51ad46392be47e1cfbaf7435b Mon Sep 17 00:00:00 2001 From: kryparnold <45902187+kryparnold@users.noreply.github.com> Date: Thu, 14 Sep 2023 07:59:16 +0300 Subject: [PATCH] Update nextjs.md (#4905) --- docs/guides/ecosystem/nextjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/ecosystem/nextjs.md b/docs/guides/ecosystem/nextjs.md index a3ad8550c9..d8bf337c27 100644 --- a/docs/guides/ecosystem/nextjs.md +++ b/docs/guides/ecosystem/nextjs.md @@ -41,4 +41,4 @@ $ bun run dev --- -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Any changes you make to `pages/index.tsx` will be hot-reloaded in the browser. +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. Any changes you make to `(pages/app)/index.tsx` will be hot-reloaded in the browser.