From f9c5435dd284bcd5f83b8fedbe5484171870f394 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 25 Jan 2024 16:33:56 +0000 Subject: [PATCH] fix: Doc generation failing Signed-off-by: Gordon Smith --- apps/react-next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react-next/README.md b/apps/react-next/README.md index c4033664f8..edac6ad34f 100644 --- a/apps/react-next/README.md +++ b/apps/react-next/README.md @@ -14,7 +14,7 @@ pnpm dev bun dev ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. +Open link with your browser to see the result. You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.