Skip to content

Commit

Permalink
updated readme multiline example
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Jan 25, 2016
1 parent 10997cf commit 467bdb1
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 @@ -45,7 +45,7 @@ Run commands asynchronously, and if needed can get the output as a string.
ls
`,
function(data){
console.log('the current dir contains these files :\n\n',data)
console.log('the node-cmd cloned dir contains these files :\n\n',data)
}
);

Expand Down

0 comments on commit 467bdb1

Please sign in to comment.