From 8b3d411bd0e0df4dcaaa94194e7c6b841c55f636 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Fri, 11 Jun 2010 02:59:01 -0400 Subject: [PATCH] added docs --- ReadMe.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index c285ce6..7936e05 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1 +1,7 @@ -colors are awesome yo \ No newline at end of file +

colors.js - get color in your nodejs console like what

+ + sys.puts('whats up dog'.green); + sys.puts('i cant allow you to do that dave'.red); + + var str = "I".green + " Like".yellow + " Colors!".grey; + sys.puts(str); \ No newline at end of file