From 67c13926c357b4a4b3faf738c7346744e0bc57d7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 3 Aug 2013 02:24:27 +0200 Subject: [PATCH] readme tweaks --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8fba39d..35c61d0 100644 --- a/readme.md +++ b/readme.md @@ -50,9 +50,9 @@ console.log(error('Error!')); ## API -### chalk.\\[.\...\](string) +### chalk.\\[.\...\](*string*) -Chain [styles](#Styles) and call the last one as a method with a string argument. +Chain [styles](#styles) and call the last one as a method with a string argument. ### chalk.enabled @@ -77,7 +77,7 @@ console.log(chalk.styles.red); //=> \x1b[31m ``` -### chalk.stripColor(string) +### chalk.stripColor(*string*) Strip color from a string.