Fix typo in example.

Ironically one of mine :P
This commit is contained in:
vale981 2017-08-23 17:44:23 +02:00 committed by GitHub
parent b452f9177f
commit 8cbff3d186

View file

@ -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