Skip to content

Commit 4d7d8a6

Browse files
committed
fix readme
1 parent 683af95 commit 4d7d8a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/project-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <%= libName %>
22
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://www.opensource.org/licenses/MIT)
33
[![Build Status](https://img.shields.io/travis/<%= githubUser %>/<%= libName %>.svg?style=flat&branch=master)](https://travis-ci.org/<%= githubUser %>/<%= libName %>)
4-
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/github/<%= githubUser %>/<%= libName %>?svg=true)](https://ci.appveyor.com/project/<%= libName %>/<%= projectName %>)
4+
[![Appveyor build status](https://ci.appveyor.com/api/projects/status/github/<%= githubUser %>/<%= libName %>?svg=true)](https://ci.appveyor.com/project/<%= libName %>/<%= libName %>)
55
[![codecov](https://codecov.io/gh/<%= githubUser %>/<%= libName %>/branch/master/graph/badge.svg)](https://codecov.io/gh/<%= githubUser %>/<%= libName %>)
66

77

@@ -19,7 +19,7 @@ Releases are published to [bintray jcenter](https://bintray.com/<%= bintrayUser
1919
[maven central](https://maven-badges.herokuapp.com/maven-central/<%= libGroup %>/<%= libName %>)
2020

2121
<!---
22-
[![JCenter](https://api.bintray.com/packages/<%= bintrayUser %>/<%= bintrayRepo %>/<%= libName %>/images/download.svg)](https://bintray.com/<%= bintrayUser %>/<%= libName %>/<%= projectName %>/_latestVersion)
22+
[![JCenter](https://api.bintray.com/packages/<%= bintrayUser %>/<%= bintrayRepo %>/<%= libName %>/images/download.svg)](https://bintray.com/<%= bintrayUser %>/<%= libName %>/<%= libName %>/_latestVersion)
2323
[![Maven Central](https://img.shields.io/maven-central/v/<%= libGroup %>/<%= libName %>.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/<%= libGroup %>/<%= libName %>)
2424
-->
2525

0 commit comments

Comments
 (0)