From 9ec9e3a711531b3d45c30a1e2c3006df97dbe5cb Mon Sep 17 00:00:00 2001 From: Santhi Prakash <38608178+santhiprakash@users.noreply.github.com> Date: Sun, 9 Aug 2026 04:56:12 +0530 Subject: [PATCH] docs: fix preview port in DOCS_GUIDELINES example (#2903) --- DOCS_GUIDELINES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/DOCS_GUIDELINES.md b/DOCS_GUIDELINES.md index 8bd6d6b41..6edc01d72 100644 --- a/DOCS_GUIDELINES.md +++ b/DOCS_GUIDELINES.md @@ -91,8 +91,7 @@ After CLI commands, show what the user should see: ```bash npx hyperframes preview -# ✓ Server running at http://localhost:3000 -# ✓ Watching for changes... +# Studio running at http://localhost:3002 ``` ### Use CodeGroup for multi-platform commands