Skip to content

Commit 9fcf45b

Browse files
committed
testing
1 parent 97af0be commit 9fcf45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $bash = new Bash();
1818
#$callback = function($line) { printf("callbackLine: %s\r\n", $line); };
1919
#$result = $bash->run("ls -l",false,$callback);
2020

21-
# see $bash->run() code docs for invocation options and expected return types.
21+
## see $bash->run() code docs for invocation options and expected return types.
2222

2323
$result = $bash->run("ls -l");
2424
var_export($result);

0 commit comments

Comments
 (0)