Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor edit needed #35

Open
pohlkat opened this issue Aug 8, 2019 · 4 comments
Open

Minor edit needed #35

pohlkat opened this issue Aug 8, 2019 · 4 comments
Assignees

Comments

@pohlkat
Copy link

pohlkat commented Aug 8, 2019

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
Copy link
Owner

doowb commented Aug 8, 2019

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
Copy link

Martii commented Aug 9, 2019

Nice catch... looks like the user image will need a bit of TLC too.

@jonschlinkert
Copy link
Collaborator

@doowb, as @Martii mentioned the png will need to be regenerated. I can take this one.

@doowb
Copy link
Owner

doowb commented Sep 17, 2019

@jonschlinkert thanks. I didn't notice the image and I didn't realize that's what @Martii was referring to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants