From c9a0b8068e90c3411c3ad2822c83bb6d9cb71ec0 Mon Sep 17 00:00:00 2001 From: MRITYU Date: Sat, 15 Mar 2025 21:46:10 +0530 Subject: [PATCH] Update the-basics.md --- docs/the-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/the-basics.md b/docs/the-basics.md index 714a46e..76663a0 100644 --- a/docs/the-basics.md +++ b/docs/the-basics.md @@ -31,7 +31,7 @@ export const PortChooser = () => { use this command:
{`ssh -R 80:localhost:${port} localhost.run
+            }}>{`ssh -R 80:localhost:5500 localhost.run
 `}
)