diff --git a/ReadMe.md b/ReadMe.md index 1043526..b2dfac1 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,5 +1,7 @@

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

+ + var sys = require('sys'); var colors = require('./colors'); @@ -7,8 +9,6 @@ sys.puts('C'.yellow+'o'.red+'l'.grey+'o'.cyan+'r'.magenta+'s'.magenta+' are '.green + 'fun!'.yellow); sys.puts('So '.italic + 'are'.underline + ' styles! '.bold + 'inverse'.inverse); // styles not widely supported sys.puts('Chains are also cool.'.bold.italic.underline.red); // styles not widely supported - -

colors and styles!

- bold