diff --git a/README.md b/README.md index 8375045..3412329 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ include dirname(__DIR__) . '/app/init.php'; FrankenPHP::run(new Application(MAKO_APPLICATION_PATH)); ``` -Finally, you should disable auto-registration of the error handler by setting `error_handler.register` to `false` in `app/config/application.php`. +Finally, you should disable auto-registration of the error handler by setting `error_handler.register` to `false` in `app/config/application.php`. That's it! Enjoy your (hopefully) improved performance 🎉