Update readme.md
This commit is contained in:
parent
18d530193b
commit
dbf6310037
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue