From c290cf0cb14a29316edf2efa6edb430d4417b066 Mon Sep 17 00:00:00 2001 From: Marak Squires Date: Fri, 11 Jun 2010 22:07:23 -0400 Subject: [PATCH] updated readme --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index c24fbb0..3ca679d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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

colors and styles!

- bold