From cba4cf6dae5d12811df485db6b1f4d7a1d5fe517 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 27 May 2015 17:21:14 +0200 Subject: [PATCH] make installation section more prominent --- README.mdown | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index 6cb350d8..af745c8a 100644 --- a/README.mdown +++ b/README.mdown @@ -17,11 +17,18 @@ make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels. Internally Monolog still uses its own level scheme since it predates PSR-3. +Installation +------------ + +Install the latest version with + +```bash +$ composer require monolog/monolog +``` + Usage ----- -Install the latest version with `composer require monolog/monolog` - ```php