Skip to content

Commit

Permalink
Fied typo in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trakkasure committed Apr 15, 2018
1 parent 567d1ca commit 1575680
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 @@ -29,9 +29,9 @@
});
chan.write('/ip/firewall/print');
chan2.write('/ip/firewall/print');
chan.done.subscribe(function(data){
chan2.done.subscribe(function(data){
// data is all of the sentences in an array.
data.forEach(function(item) {
Expand Down

0 comments on commit 1575680

Please sign in to comment.