From 90dd85b173cc48d668412a84306bf6b01751dd21 Mon Sep 17 00:00:00 2001 From: Marak Date: Wed, 17 Jun 2015 15:42:07 +0200 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 0326aab..f09eb70 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -163,7 +163,7 @@ console.log(colors.warn("this is a warning")); ``` -You can also combine them: +### Combining Colors ```javascript var colors = require('colors');