Skip to content

Commit 3f0bc07

Browse files
committed
Update README.md
1 parent d589934 commit 3f0bc07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ if ($result->successful()) {
3636
}
3737
```
3838

39+
3940
```php
4041
<?php
4142

@@ -55,6 +56,7 @@ print 'Exit Code : ' . $result->getExitCode() . PHP_EOL;
5556

5657
```
5758

59+
5860
```php
5961
<?php
6062

@@ -74,6 +76,7 @@ print 'Hash : ' . $result->getOutput() . PHP_EOL;
7476

7577
```
7678

79+
7780
```php
7881

7982
<?php
@@ -97,3 +100,4 @@ $client->disconnect();
97100
echo $result->getExitCode();
98101

99102
```
103+

0 commit comments

Comments
 (0)