Skip to content

Commit dd040f0

Browse files
authored
Merge pull request #23 from PHPCSStandards/feature/readme-fix-badges
README: fix default branch name references
2 parents c24a262 + 7e56bba commit dd040f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ PHPCSDevCS for developers of PHP_CodeSniffer sniffs
44
[![Latest Stable Version](https://poser.pugx.org/phpcsstandards/phpcsdevcs/v/stable)](https://packagist.org/packages/phpcsstandards/phpcsdevcs)
55
[![Release Date of the Latest Version](https://img.shields.io/github/release-date/PHPCSStandards/PHPCSDevCS.svg?maxAge=1800)](https://github.com/PHPCSStandards/PHPCSDevCS/releases)
66
:construction:
7-
[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--master-e68718.svg?maxAge=2419200)](https://packagist.org/packages/phpcsstandards/phpcsdevcs#dev-master)
8-
[![Build Status](https://github.com/PHPCSStandards/PHPCSDevCS/workflows/CI/badge.svg?branch=master)](https://github.com/PHPCSStandards/PHPCSDevCS/actions)
9-
[![Last Commit to Unstable](https://img.shields.io/github/last-commit/PHPCSStandards/PHPCSDevCS/master.svg)](https://github.com/PHPCSStandards/PHPCSDevCS/commits/master)
7+
[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--main-e68718.svg?maxAge=2419200)](https://packagist.org/packages/phpcsstandards/phpcsdevcs#dev-main)
8+
[![Build Status](https://github.com/PHPCSStandards/PHPCSDevCS/workflows/CI/badge.svg?branch=main)](https://github.com/PHPCSStandards/PHPCSDevCS/actions)
9+
[![Last Commit to Unstable](https://img.shields.io/github/last-commit/PHPCSStandards/PHPCSDevCS/main.svg)](https://github.com/PHPCSStandards/PHPCSDevCS/commits/main)
1010

1111
[![Minimum PHP Version](https://img.shields.io/packagist/php-v/phpcsstandards/phpcsdevcs.svg?maxAge=3600)](https://packagist.org/packages/phpcsstandards/phpcsdevcs)
12-
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsdevcs/license)](https://github.com/PHPCSStandards/PHPCSDevCS/blob/master/LICENSE)
12+
[![License: LGPLv3](https://poser.pugx.org/phpcsstandards/phpcsdevcs/license)](https://github.com/PHPCSStandards/PHPCSDevCS/blob/main/LICENSE)
1313
![Awesome](https://img.shields.io/badge/awesome%3F-yes!-brightgreen.svg)
1414

1515

@@ -91,7 +91,7 @@ Add the following line to your project's `phpcs.xml.dist` file:
9191

9292
Contributing
9393
-------
94-
Contributions to this project are welcome. Just clone the repo, branch off from `master`, make your changes, commit them and send in a pull request.
94+
Contributions to this project are welcome. Just clone the repo, branch off from `main`, make your changes, commit them and send in a pull request.
9595

9696
If unsure whether the changes you are proposing would be welcome, open an issue first to discuss your proposal.
9797

0 commit comments

Comments
 (0)