mirror of
https://github.com/vale981/autossh
synced 2025-03-04 09:01:37 -05:00
Fix typo in example.
Ironically one of mine :P
This commit is contained in:
parent
b452f9177f
commit
8cbff3d186
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ By default, the `localHost` property is set to `localhost`, but you can overwrit
|
|||
``` javascript
|
||||
autossh({
|
||||
host: '111.22.333.444',
|
||||
localhost: '192.168.1.25',
|
||||
localHost: '192.168.1.25',
|
||||
username: 'root',
|
||||
localPort: '64444',
|
||||
remotePort: 5432
|
||||
|
|
Loading…
Add table
Reference in a new issue