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'