Minor edit needed
pohlkat opened this issue · 4 comments
pohlkat commented
Usage
const c = require('ansi-colors');
console.log(c.red('This is a red string!'));
console.log(c.green('This is a **red** string!')); <==== should read "green" string
console.log(c.cyan('This is a cyan string!'));
console.log(c.yellow('This is a yellow string!'));
doowb commented
Hi @pohlkat thanks for the issue!
If you'd like to do a Pull Request (PR) to make the edit, please do. Just edit the .verb.md file. You can do this through the GitHub website, and submit the PR directly from there. If you don't want to, no worries, I'll update it soon.
BTW... you can use 3 backticks (```) before and after the code in your issue above to format it and make it look a little nicer.
Martii commented
Nice catch... looks like the user image will need a bit of TLC too.
jonschlinkert commented
doowb commented
@jonschlinkert thanks. I didn't notice the image and I didn't realize that's what @Martii was referring to.