ansi-colors
ansi-colors copied to clipboard
Minor edit needed
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!'));
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.
Nice catch... looks like the user image will need a bit of TLC too.
@doowb, as @Martii mentioned the png will need to be regenerated. I can take this one.
@jonschlinkert thanks. I didn't notice the image and I didn't realize that's what @Martii was referring to.