Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apocas committed Sep 18, 2019
1 parent 9edaca4 commit b0008e0
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 @@ -24,7 +24,7 @@ var modem5 = new Modem({host: '127.0.0.1', port: 3000}); /
You can connect to the Docker daemon via SSH in two ways:

* Using the built-in SSH agent.
* Implement your own custom agent over SSH.
* Implement your own custom agent.

``` js
//built-in SSH agent
Expand All @@ -35,7 +35,7 @@ var modem1 = new Modem({
});

//custom agent
var customAgent = myOwnAgent({ host: 'ssh://127.0.0.1', port: 22});
var customAgent = myOwnSSHAgent({host: 'ssh://127.0.0.1', port: 22});
var modem1 = new Modem({
agent: customAgent,
});
Expand Down

0 comments on commit b0008e0

Please sign in to comment.