From 119089555699825f980efd782c4d27770929214d Mon Sep 17 00:00:00 2001 From: vianspendu Date: Tue, 17 Jun 2025 12:29:08 +0900 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..2af4a41 100644 --- a/docs/the-basics.md +++ b/docs/the-basics.md @@ -14,7 +14,7 @@ All major operating systems already have SSH installed, and localhost.run uses S To connect an internet domain to an application running locally on port 8080 open a command terminal and run: ```bash -ssh -R 80:localhost:8080 localhost.run +ssh -R 80:localhost:8534 localhost.run ``` import { useState } from 'react'