fix(readme) typo

This commit is contained in:
Johann Dreo 2022-08-05 13:41:44 +02:00 committed by GitHub
commit 64064c7ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,6 @@ ssh -N host -L4567:server:1234
You may add `-f` to run ssh in the background. You may add `-f` to run ssh in the background.
Autossh can restart tunnels for you, in case they crash: Autossh can restart tunnels for you, in case they crash:
̏``` ```
autossh -f host -L4567:server:1234 autossh -f host -L4567:server:1234
``` ```