Update README.md

Replace "handers" with "handlers"
This commit is contained in:
Siarhei Bautrukevich
2018-11-22 12:15:05 +03:00
committed by GitHub
parent bc0fd11bc4
commit da2fef3f8a
+1 -1
View File
@@ -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.