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

Update supported node version badge in README #975

Closed
meeber opened this issue May 26, 2017 · 1 comment · Fixed by renovatebot/renovate#219
Closed

Update supported node version badge in README #975

meeber opened this issue May 26, 2017 · 1 comment · Fixed by renovatebot/renovate#219

Comments

@meeber
Copy link
Contributor

meeber commented May 26, 2017

Still says >=0.10 instead of >=4

@keithamus
Copy link
Member

This should be a case of amending the README.md from:

    <img
      alt="node:?"
      src="https://img.shields.io/badge/node-%3E=0.10-blue.svg?style=flat-square"
    />

to

    <img
      alt="node:?"
      src="https://img.shields.io/badge/node-%3E=>4.0-blue.svg?style=flat-square"
    />

Anyone who would like to take this on, please announce it at file a pull request and we'll happily merge!

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