[dist] Release v1.0.1

This commit is contained in:
Marak 2014-10-01 18:06:48 +02:00
parent 6a6353f9cd
commit cfad32bc5a

View File

@ -100,7 +100,7 @@ node myapp.js --no-color
## Console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data) ## Console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data)
``` ```js
var name = 'Marak'; var name = 'Marak';
console.log(chalk.green('Hello %s'), name); console.log(chalk.green('Hello %s'), name);
// outputs -> 'Hello Marak' // outputs -> 'Hello Marak'