diff --git a/3-error-handler.md b/3-error-handler.md index 0002c3b..e3a7eb3 100644 --- a/3-error-handler.md +++ b/3-error-handler.md @@ -4,7 +4,7 @@ The first package for the project will be an error handler that will provide you with nice errors. A nice error page with a lot of information for debugging goes a long way during development. -I like [filp/whoops](https://github.com/filp/whoops) , so I will show how you can install that package for your project. If you prefer another package, feel free to install that one. This is the beauty of programming without a framework, you have total control over your project. +I like [filp/whoops](https://github.com/filp/whoops), so I will show how you can install that package for your project. If you prefer another package, feel free to install that one. This is the beauty of programming without a framework, you have total control over your project. An alternative package would be: [PHP-Error](https://github.com/JosephLenton/PHP-Error)