diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0ddfd6..dea992b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ Initial stable release. - [#280](https://github.com/zendframework/zend-expressive/pull/280) fixes references to the `PlatesRenderer` in the error handling documentation. +- [#284](https://github.com/zendframework/zend-expressive/pull/284) fixes + the reference to maximebf/php-debugbar in the debug bar documentation. ## 1.0.0rc7 - 2016-01-21 diff --git a/doc/book/cookbook/debug-toolbars.md b/doc/book/cookbook/debug-toolbars.md index 31f08739..3194e378 100644 --- a/doc/book/cookbook/debug-toolbars.md +++ b/doc/book/cookbook/debug-toolbars.md @@ -50,7 +50,7 @@ a [post detailing these steps](https://blog.bitexpert.de/blog/using-prophiler-wi ## php-middleware/php-debug-bar [php-middleware/php-debug-bar](https://github.com/php-middleware/phpdebugbar) -provides a PSR-7 middleware wrapper around [maximebf/debugbar](https://github.com/maximebf/debugbar), +provides a PSR-7 middleware wrapper around [maximebf/php-debugbar](https://github.com/maximebf/php-debugbar), a popular framework-agnostic debug bar for PHP projects. First, install the middleware in your application: