From 11ab71fed541296a892cc5a2eb38c9611af3086f Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Fri, 24 Jan 2014 01:55:43 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d6840..48bb5eb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Overview ======= Unlike many of the libraries out there, Scribe.js allows logging on multiple files and is divided into folders by date. And it is possibly the easiest logging you can implement. And it does everything you need a basic logger to do. -- Save messages into logs +- Save messages into log files organized by user, date, and type - Print messages into console Sample