From 25a97abf904120a386c546be11c3b58f1f9e6f37 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 7 Jan 2013 21:26:46 +0100 Subject: [PATCH] Fix wording --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index 675b7e03..4489b4f7 100644 --- a/README.mdown +++ b/README.mdown @@ -7,8 +7,8 @@ allow you to build advanced logging strategies. This library implements the [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) interface that you can type-hint against in your own libraries to keep -a maximum of interoperability. You can also use it in your project to make -sure you can always use another compatible logger at a later time. +a maximum of interoperability. You can also use it in your applications to +make sure you can always use another compatible logger at a later time. Usage -----