From afcf88be7c3de606a6eecba45f136687e6b03f6c Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Fri, 11 Jun 2010 03:00:27 -0400 Subject: [PATCH] added docs --- ReadMe.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a102b69..ff85858 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,8 +1,8 @@

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

- var sys = require('sys'); - 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 + var sys = require('sys'); + 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