1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-17 18:36:32 +02:00

Fix wording

This commit is contained in:
Jordi Boggiano
2013-01-07 21:26:46 +01:00
parent 4dcc441b70
commit 25a97abf90

View File

@@ -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
-----