Skip to content

Commit 37e53c8

Browse files
committed
Update README example
1 parent 188a989 commit 37e53c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include "vendor/autoload.php";
1111

1212
$app = new Slim\App();
1313
$container = $app->getContainer();
14-
$container['renderer'] = new PHPRenderer("./templates");
14+
$container['renderer'] = new PhpRenderer("./templates");
1515

1616
$app->get('/hello/{name}', function ($request, $response, $args) {
1717
return $this->renderer->render($response, "/hello.php", $args);

0 commit comments

Comments
 (0)