Skip to content

Commit

Permalink
🐛 Fix badge bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 8, 2019
1 parent 918140e commit d8c8e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readme-md-generator",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generates beautiful README files from git config & package.json infos",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<% } -%>
<% if (isGithubRepos) { -%>
<a href="<%= repositoryUrl %>/graphs/commit-activity">
<img alt="Maintenance" src="https://img.shields.io/github/issues-closed/readme-md-generator/readme-md-generator.svg" target="_blank" />
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
</a>
<% } -%>
<% if (licenseName && licenseUrl) { -%>
Expand Down

0 comments on commit d8c8e45

Please sign in to comment.