Update README.md

pull/524/head
n0nag0n 1 year ago committed by GitHub
parent 1e4c07da52
commit 95a0cc27e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1166,7 +1166,7 @@ as an object instance.
```php ```php
require 'flight/autoload.php'; require 'flight/autoload.php';
$app = new flight\Engine(); $app = Flight::app();
$app->route('/', function () { $app->route('/', function () {
echo 'hello world!'; echo 'hello world!';

Loading…
Cancel
Save