Update README.md
This commit is contained in:
parent
e3bea629aa
commit
f533c70e68
@ -58,7 +58,7 @@ Here's a basic getting started example:
|
|||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require __DIR__.'/vendor/autoload.php';
|
require __DIR__.'/../vendor/autoload.php';
|
||||||
|
|
||||||
use Wilaak\Http\Route2;
|
use Wilaak\Http\Route2;
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ Boot your application once and keep it in memory by using [worker mode](https://
|
|||||||
|
|
||||||
ignore_user_abort(true);
|
ignore_user_abort(true);
|
||||||
|
|
||||||
require __DIR__.'/vendor/autoload.php';
|
require __DIR__.'/../vendor/autoload.php';
|
||||||
|
|
||||||
use Wilaak\Http\Route2;
|
use Wilaak\Http\Route2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user