Skip to content

Commit 4f36f60

Browse files
committed
Format for PHP language
1 parent 0813e88 commit 4f36f60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ file that was distributed with this source code.
3232
How can I use it ?
3333
==================
3434

35+
```php
3536
require 'vendor/autoload.php';
3637

3738
use Adoy\FastCGI\Client;
@@ -58,4 +59,4 @@ echo $client->request(
5859
),
5960
$content
6061
);
61-
62+
```

0 commit comments

Comments
 (0)