Skip to content

Commit b4c73a9

Browse files
authored
Update README.md
1 parent cfbeb55 commit b4c73a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Minimalist web framework for [PHP](https://www.php.net/)
88
[![GitHub license](https://img.shields.io/github/license/devxian96/phpExpress)](https://github.com/devxian96/phpExpress/blob/main/LICENSE)
99

1010
```php
11-
require '../lib/phpExpress.php';
11+
require 'phpExpress.php';
1212
$app = new phpExpress();
1313

1414
$app->get('/', function ($req) {

0 commit comments

Comments
 (0)