Update readme.md

This commit is contained in:
Josh Junon 2016-09-08 03:07:25 -07:00 committed by GitHub
parent 18d530193b
commit dbf6310037

View file

@ -71,11 +71,11 @@ log(chalk.green(
)); ));
// ES2015 template literal // ES2015 template literal
const systemStats = ` log(`
CPU: ${chalk.red('90%')} CPU: ${chalk.red('90%')}
RAM: ${chalk.green('40%')} RAM: ${chalk.green('40%')}
DISK: ${chalk.yellow('70%')} DISK: ${chalk.yellow('70%')}
`; `);
``` ```
Easily define your own themes. Easily define your own themes.