diff --git a/README.md b/README.md index 9a84939..2e44b1c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ const log = manager.createLogger('MyClass'); // create other logs and appenders... ``` -The first use simply logs to the console. The second logs to the console and to the project.log file. The third create a console logger with a custom timestamp format. The fourth logs to the file only. The fifth creates a rolling file log system in the target log folder. The fifth creates a log manager to enable you to add various appenders with multiple levels and create logs for each module or class. +The first use simply logs to the console. The second logs to the console and to the project.log file. The third create a console logger with a custom timestamp format. The fourth logs to the file only. The fifth creates a rolling file log system in the target log folder. The sixth creates a log manager to enable you to add various appenders with multiple levels and create logs for each module or class. *See the examples folder for in depth samples...*