Skip to content

Commit 61fa3ff

Browse files
authored
Merge pull request reactphp#336 from cystbear/patch-1
updated README
2 parents fdcc980 + 59c605d commit 61fa3ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Here is an example of a simple HTTP server listening on port 1337:
6262
```php
6363
<?php
6464

65+
require 'vendor/autoload.php';
66+
6567
$i = 0;
6668

6769
$app = function ($request, $response) use (&$i) {

0 commit comments

Comments
 (0)