Skip to content

Commit

Permalink
Merge pull request #59 from Trakkasure/master
Browse files Browse the repository at this point in the history
Update Master
  • Loading branch information
Trakkasure authored Oct 25, 2017
2 parents 73aff81 + c39c624 commit 4d54ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.then(([login])=>{
return login('username','password');
})
.then(function(connection) {
.then(function(conn) {
var chan=conn.openChannel("addresses"); // open a named channel
var chan2=conn.openChannel("firewall_connections",true); // open a named channel, turn on "closeOnDone"
Expand Down

0 comments on commit 4d54ef7

Please sign in to comment.