From da2fef3f8aaeee8561c3babb22e814c58fd38f29 Mon Sep 17 00:00:00 2001 From: Siarhei Bautrukevich Date: Thu, 22 Nov 2018 12:15:05 +0300 Subject: [PATCH] Update README.md Replace "handers" with "handlers" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7b1a61..3749531 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you are not using any of these frameworks, here's a very simple way to instal $whoops->register(); ``` -For more options, have a look at the **example files** in `examples/` to get a feel for how things work. Also take a look at the [API Documentation](docs/API%20Documentation.md) and the list of available handers below. +For more options, have a look at the **example files** in `examples/` to get a feel for how things work. Also take a look at the [API Documentation](docs/API%20Documentation.md) and the list of available handlers below. You may also want to override some system calls Whoops does. To do that, extend `Whoops\Util\SystemFacade`, override functions that you want and pass it as the argument to the `Run` constructor.