Skip to content

Commit

Permalink
💄 change prerequisite badges color (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
kefranabg committed Jun 15, 2019
1 parent fe0fc61 commit e888726
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">Welcome to readme-md-generator 👋</h1>
<p align="center">
<img src="https://img.shields.io/badge/version-0.2.1-blue.svg?cacheSeconds=2592000" />
<img src="https://img.shields.io/badge/npm-%3E%3D5.5.0-brightgreen.svg" />
<img src="https://img.shields.io/badge/node-%3E%3D9.3.0-brightgreen.svg" />
<img src="https://img.shields.io/badge/npm-%3E%3D5.5.0-blue.svg" />
<img src="https://img.shields.io/badge/node-%3E%3D9.3.0-blue.svg" />
<!-- <img src="https://img.shields.io/jsdelivr/npm/hm/readme-md-generator.svg"> -->
<a href="https://codecov.io/gh/kefranabg/readme-md-generator">
<img src="https://codecov.io/gh/kefranabg/readme-md-generator/branch/master/graph/badge.svg" />
Expand Down
4 changes: 2 additions & 2 deletions src/__snapshots__/readme.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ exports[`readme buildReadmeContent should return readme template content 1`] = `
"<h1 align=\\"center\\">Welcome to readme-md-generator 👋</h1>
<p>
<img src=\\"https://img.shields.io/badge/version-0.1.3-blue.svg?cacheSeconds=2592000\\" />
<img src=\\"https://img.shields.io/badge/npm-%3E%3D5.5.0-brightgreen.svg\\" />
<img src=\\"https://img.shields.io/badge/node-%3E%3D%209.3.0-brightgreen.svg\\" />
<img src=\\"https://img.shields.io/badge/npm-%3E%3D5.5.0-blue.svg\\" />
<img src=\\"https://img.shields.io/badge/node-%3E%3D%209.3.0-blue.svg\\" />
<a href=\\"https://github.com/kefranabg/readme-md-generator#readme\\">
<img alt=\\"Documentation\\" src=\\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\\" target=\\"_blank\\" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<% } -%>
<% if (projectPrerequisites) { -%>
<% projectPrerequisites.map(({ name, value }) => { -%>
<img src="https://img.shields.io/badge/<%= name %>-<%= encodeURIComponent(value) %>-brightgreen.svg" />
<img src="https://img.shields.io/badge/<%= name %>-<%= encodeURIComponent(value) %>-blue.svg" />
<% }) -%>
<% } -%>
<% if (projectDocumentationUrl) { -%>
Expand Down

0 comments on commit e888726

Please sign in to comment.