Skip to content

Commit

Permalink
chore: fix typo (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sync271 committed Jun 4, 2022
1 parent 63ece31 commit 754a830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -303,7 +303,7 @@ outputs:

// other prettifiers can be used for the other keys if needed, for example
hostname: hostname => colorGreen(hostname)
pid: pid => colorRed(hostname)
pid: pid => colorRed(pid)
name: name => colorBlue(name)
caller: caller => colorCyan(caller)
}
Expand Down

0 comments on commit 754a830

Please sign in to comment.