Skip to content

Commit 4b85982

Browse files
authored
Update README.md
1 parent 3074ee5 commit 4b85982

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66

77
# Node Color Log
88

9-
The more powerful JavaScript logger for NodeJS and browsers.
9+
A lightweight and more JavaScript logger for NodeJS and browsers.
1010

11-
`node-color-log` is a logger package for NodeJS and browsers. It provides more functions than the origin `console.log`. You can log text with colorful font and colorful background. Also, it has 4 levels log, including `debug`, `info`, `warn`and `error`. Give you much better experience while developing JavaScript projects.
11+
`node-color-log` is a logger package for NodeJS and browsers. It provides more functions than the origin `console.log`. You can log text with colorful fonts and colorful backgrounds. Also, it has 4 levels log, including `debug`, `info`, `warn` and `error`. Give you a much better experience while developing JavaScript projects.
12+
13+
Winston and Pino are famous loggers for JaveScript, but they are too heavy and fancy. Sometimes we just want to have a simple logger, and don't want to spend time learning a fancy library. Then, `node-color-log` is your best choice.
1214

1315
## Demo
1416

0 commit comments

Comments
 (0)