Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Jun 11, 2010
1 parent 04c3c2e commit 731b73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
@@ -1,14 +1,14 @@
<h1>colors.js - get color and style in your nodejs console like what</h1>

<img src="http://i.imgur.com/goJdO.png" border = "0"/>

var sys = require('sys');
var colors = require('./colors');

sys.puts('C'.yellow+'o'.red+'l'.grey+'o'.cyan+'r'.magenta+'s'.magenta+' are '.green + 'fun!'.yellow);
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

<img src="http://i.imgur.com/goJdO.png" border = "0"/>
<h2>colors and styles!</h2>
- bold
Expand Down

0 comments on commit 731b73f

Please sign in to comment.