Skip to content

Commit 467bdb1

Browse files
committed
updated readme multiline example
1 parent 10997cf commit 467bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Run commands asynchronously, and if needed can get the output as a string.
4545
ls
4646
`,
4747
function(data){
48-
console.log('the current dir contains these files :\n\n',data)
48+
console.log('the node-cmd cloned dir contains these files :\n\n',data)
4949
}
5050
);
5151

0 commit comments

Comments
 (0)