Skip to content

Commit 36bd3e6

Browse files
committed
updated readme.
1 parent 2331053 commit 36bd3e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Create a `public/index.php` file:
4343
require_once '../vendor/autoload.php';
4444

4545
// Bootstrap the application
46-
$app = Boot('../config');
46+
$app = boot('../config');
4747

4848
// Dispatch the current request
49-
Dispatch($app);
49+
dispatch($app);
5050
```
5151

5252
### 2. Configure Apache (.htaccess)

versionlog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## 0.6.41
2+
* renamed the bootstrap functions.
23

34
## 0.6.40 2025-08-10
45
* Added the ability to render partials.

0 commit comments

Comments
 (0)