diff --git a/README.md b/README.md index 50f97b8..ebe8fb5 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,8 @@ Cascade::fileConfig($config); Then just use your logger as shown below ```php -Cascade::getLogger('myApp')->info('Well, that works!'); -Cascade::getLogger('myApp')->error('Maybe not...'); +Cascade::getLogger('myLogger')->info('Well, that works!'); +Cascade::getLogger('myLogger')->error('Maybe not...'); ``` Configuring your loggers