From d60eeb9df373f5a85bb024d4df21a1ec40601c66 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 3 Aug 2013 03:38:42 +0200 Subject: [PATCH] 0.1.1 --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0cd865..ff0de7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chalk", - "version": "0.1.0", + "version": "0.1.1", "description": "Terminal string styling done right", "keywords": [ "color", diff --git a/readme.md b/readme.md index 35c61d0..1941ad8 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ console.log(error('Error!')); ## API -### chalk.\\[.\...\](*string*) +### chalk.\\[.\...\](string) Chain [styles](#styles) and call the last one as a method with a string argument. @@ -77,7 +77,7 @@ console.log(chalk.styles.red); //=> \x1b[31m ``` -### chalk.stripColor(*string*) +### chalk.stripColor(string) Strip color from a string.