Merge pull request #9 from vale981/patch-1

Fix typo in example.
This commit is contained in:
Sam Eaton 2017-08-24 19:43:48 -07:00 committed by GitHub
commit e9e29523fe

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