updated readme

This commit is contained in:
Marak Squires 2010-06-11 22:07:23 -04:00
parent 16872c1d77
commit c290cf0cb1

View File

@ -6,8 +6,8 @@
var colors = require('./colors');
sys.puts('hello'.green); // outputs green text
sys.puts('i like cake and pies'.underline.red)j // outputs red underlined text
sys.puts('inverse the color'.inverse);
sys.puts('i like cake and pies'.underline.red) // outputs red underlined text
sys.puts('inverse the color'.inverse); // inverses the color
<h2>colors and styles!</h2>
- bold