From ef6a6718f6b94b8e04a57f4c658dbedb1a8cae1b Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Wed, 3 May 2023 13:17:25 +0100 Subject: [PATCH] Fix composer package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9545e77..7931680 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ By including this PsrLogAwareTrait, you can allow composer to resolve your PsrLo Require the trait. - composer require chromatic/psr-log-aware-trait + composer require mpdf/psr-log-aware-trait In your code, you no longer have to set a $logger property on your classes, since that comes with the trait, and you do not need to implement the `function setLogger()` method, since that also comes along with the trait.