We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f0e25 commit 2f81b75Copy full SHA for 2f81b75
1 file changed
README.md
@@ -24,7 +24,7 @@ use Slim\Views\PhpRenderer;
24
25
include "vendor/autoload.php";
26
27
-$app = Slim\AppFactor::creates();
+$app = Slim\AppFactory::create();
28
29
$app->get('/hello/{name}', function ($request, $response, $args) {
30
$renderer = new PhpRenderer('path/to/templates');
0 commit comments