Skip to content

Commit

Permalink
fix: update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 7, 2021
1 parent 2f20f06 commit fe2960d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/readme/badges.md.twig
Expand Up @@ -13,7 +13,7 @@ TODO: Make sure the following URLs are correct and working for your project.
<a href="https://github.com/{{ githubUsername }}/{{ projectName }}"><img src="http://img.shields.io/badge/source-{{ packageName|replace({'-': '--'}) }}-blue.svg?style=flat-square" alt="Source Code"></a>
<a href="https://packagist.org/packages/{{ packageName }}"><img src="https://img.shields.io/packagist/v/{{ packageName }}.svg?style=flat-square&label=release" alt="Download Package"></a>
<a href="https://php.net"><img src="https://img.shields.io/packagist/php-v/{{ packageName }}.svg?style=flat-square&colorB=%238892BF" alt="PHP Programming Language"></a>
<a href="https://github.com/{{ githubUsername }}/{{ projectName }}/blob/master/LICENSE"><img src="https://img.shields.io/packagist/l/{{ packageName }}.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a>
<a href="https://github.com/{{ githubUsername }}/{{ projectName }}/blob/main/LICENSE"><img src="https://img.shields.io/packagist/l/{{ packageName }}.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a>
<a href="https://github.com/{{ githubUsername }}/{{ projectName }}/actions/workflows/continuous-integration.yml"><img src="https://img.shields.io/github/workflow/status/{{ githubUsername }}/{{ projectName }}/build/main?style=flat-square&logo=github" alt="Build Status"></a>
<a href="https://codecov.io/gh/{{ githubUsername }}/{{ projectName }}"><img src="https://img.shields.io/codecov/c/gh/{{ githubUsername }}/{{ projectName }}?label=codecov&logo=codecov&style=flat-square" alt="Codecov Code Coverage"></a>
<a href="https://shepherd.dev/github/{{ githubUsername }}/{{ projectName }}"><img src="https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2F{{ githubUsername|url_encode }}%2F{{ projectName|url_encode }}%2Fcoverage" alt="Psalm Type Coverage"></a>
Expand Down

0 comments on commit fe2960d

Please sign in to comment.