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