diff --git a/README.md b/README.md index 529c0a3..027875f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Expose HTTP/SSH/TCP services through SSH port forwarding. A self-hosted ngrok / To expose a local HTTP service running on port 4321: ```sh -ssh -i path/to/key -R 80:localhost:4321 demo.sandhole.com.br +ssh -R 80:localhost:4321 demo.sandhole.com.br ``` ## Status