Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/the-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down