From 64e21673f7f534f9bdf696159613a4eed0d05d8a Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Fri, 11 Jun 2010 03:02:42 -0400 Subject: [PATCH] added docs --- ReadMe.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index ff85858..6e8a1a7 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,8 +1,12 @@

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

- var sys = require('sys'); + var colors = require('colors'); 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 + sys.puts(str); + + + +optional NPM install : npm install colors \ No newline at end of file