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