Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonewu committed Dec 18, 2022
1 parent e7e078d commit 58f9df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const multiResult = await sshTunnel.proxy(['3000:192.168.1.1:3000', '3001:192.16
// { localPort: 3001, destHost: '192.168.1.1', destPort: 3000, key: '3000:192.168.1.1:3000' },
// { localPort: 3002, destHost: '192.168.1.1', destPort: 3001, key: '3001:192.168.1.1:3001' },
// ]
// And it will auto find a idle local port if the port pass in is useing.
// And it will auto find a idle local port if the port pass in is using.

```

Expand Down Expand Up @@ -62,7 +62,7 @@ const multiResult = await sshTunnel.proxy(['3000:192.168.1.1:3000', '3001:192.16
// { localPort: 3001, destHost: '192.168.1.1', destPort: 3000, key: '3000:192.168.1.1:3000' },
// { localPort: 3002, destHost: '192.168.1.1', destPort: 3001, key: '3001:192.168.1.1:3001' },
// ]
// And it will auto find a idle local port if the port pass in is useing.
// And it will auto find a idle local port if the port pass in is using.
```

### command executing
Expand Down

0 comments on commit 58f9df8

Please sign in to comment.