We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbeb55 commit b4c73a9Copy full SHA for b4c73a9
1 file changed
README.md
@@ -8,7 +8,7 @@ Minimalist web framework for [PHP](https://www.php.net/)
8
[](https://github.com/devxian96/phpExpress/blob/main/LICENSE)
9
10
```php
11
- require '../lib/phpExpress.php';
+ require 'phpExpress.php';
12
$app = new phpExpress();
13
14
$app->get('/', function ($req) {
0 commit comments