From 7c65caaed6700ebd54b2761b261b5f5c167ff8ae Mon Sep 17 00:00:00 2001 From: Marak Date: Thu, 25 Jul 2013 22:48:23 -0700 Subject: [PATCH] [example] Updated example --- example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.js b/example.js index fb1fe9d..b1e03a4 100644 --- a/example.js +++ b/example.js @@ -9,8 +9,8 @@ console.log('Chains are also cool.'.bold.italic.underline.red); // styles not wi //console.log('zalgo time!'.zalgo); console.log(test.stripColors); console.log("a".grey + " b".black); - console.log("Zebras are so fun!".zebra); +console.log('background color attack!'.black.whiteBG) // // Remark: .strikethrough may not work with Mac OS Terminal App