fixes incorrect example in readme

This commit is contained in:
samueleaton 2016-04-28 13:42:00 -06:00
parent 80ffd35e03
commit 3f9ba94be5

View file

@ -71,7 +71,7 @@ The generated `localPort` can be accessed from the connection object as `localPo
const myAutossh = autossh({
host: '111.22.333.444',
username: 'root',
localPort: 64444,
localPort: 'auto',
remotePort: 5432
})
.on('connect', connection => {