Skip to content

Commit 245203f

Browse files
committed
Update README.md
1 parent b267778 commit 245203f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Get per [Git](https://git-scm.com/) or download and use it.
2626
```php
2727
<?php
2828
define('MBT_DOCUMENT_ROOT', __DIR__);
29-
require_once './autoload/src/class.Loader.php';
29+
require_once './autoload/src/Loader.php';
30+
new \Aautoloder\Loader(array(MBT_DOCUMENT_ROOT));
3031
?>
3132
<!DOCTYPE html>
3233
<html>

0 commit comments

Comments
 (0)