diff --git a/README.md b/README.md index e8bf9ed..2b39804 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ or use the composer: in 'src/middleware.php': ```php -$app = new \Slim\App(....); $app->add(new \Slim\Middleware\Minify() ); ```