readme tweaks
This commit is contained in:
parent
466710d17e
commit
67c13926c3
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ console.log(error('Error!'));
|
|||
|
||||
## API
|
||||
|
||||
### chalk.\<style\>\[.\<style\>...\](string)
|
||||
### chalk.\<style\>\[.\<style\>...\](*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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue