Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Jan 31, 2024
1 parent 2368ec8 commit b331c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🎉

Expand Down

0 comments on commit b331c47

Please sign in to comment.