Skip to content

Commit

Permalink
fix: readme: icon string length is digit
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Oct 11, 2018
1 parent cfc8f9e commit 31f1894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ The following variables are supported:
- `%8$s`: Log message
- `%9$s`: Additional fields
- `%10$s`: Figure icon
- `%11$s`: Length of figure icon string + 1 if icon exists, used for conditional space after icon
- `%11$d`: Length of figure icon string + 1 if icon exists, used for conditional space after icon

```js
consola = new Consola({
Expand Down

0 comments on commit 31f1894

Please sign in to comment.