summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-03-15 21:33:16 +0000
committerAndres Rey <[email protected]>2018-03-15 21:33:16 +0000
commit3adb84f73079cfc996bbd27bbbde53a8dc1aaf71 (patch)
treee42a2e7aa5706cfac4d0d1194f06069206e8b623
parente87a1eed5da4a2769a718f4e183c51e57137583e (diff)
Declare monolog on readme file
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0d39d9..8c89913 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ Self closing tags like `<br />` get automatically expanded to `<br></br`. No way
## Dependencies
-Readability.php uses the [PSR Log](https://github.com/php-fig/log) interface to define the allowed type of loggers.
+Readability.php uses the [PSR Log](https://github.com/php-fig/log) interface to define the allowed type of loggers. [Monolog](https://github.com/Seldaek/monolog) is only required on development installations. (`--dev` option during `composer install`).
## To-do