Skip to content

Commit 6f2892d

Browse files
committed
README: update for new API [ci skip]
1 parent 32fc80e commit 6f2892d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ $git->add('test.txt');
4242
$git->commit('Added the test.txt file as per the examples.');
4343
$git->push();
4444

45-
// Render the output
46-
print $git->getOutput();
45+
// Render the output for operation
46+
echo $git->push();
4747

4848
// Stream output of subsequent Git commands in real time to STDOUT and STDERR.
4949
$gitWrapper->streamOutput();

0 commit comments

Comments
 (0)