Skip to content

Commit

Permalink
Remove explicit port setting in example
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Apr 30, 2018
1 parent da9e0a3 commit 0e2555f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function example() {
try {
await client.access({
host: "192.168.0.10",
port: 21,
user: "very"
password: "password",
secure: true
Expand Down

0 comments on commit 0e2555f

Please sign in to comment.