Skip to content

Commit d039306

Browse files
committed
docs(readme): fix all-contributors badge and table
1 parent 915cd47 commit d039306

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<div align="center">
2-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
52

63
[![Discord][badge-chat]][chat]
74
<br>
@@ -13,7 +10,7 @@
1310
| ![Tests][label-tests] | [![coverage][badge-coverage]][coverage] [![pre-commit][badge-pre-commit]][pre-commit] |
1411
| ![Standards][label-standards] | [![SemVer 2.0.0][badge-semver]][semver] [![Conventional Commits][badge-conventional-commits]][conventional-commits] |
1512
| ![Code][label-code] | [![Code style: black][badge-black]][Black] [![Imports: isort][badge-isort]][isort] [![Checked with mypy][badge-mypy]][mypy] |
16-
| ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] |
13+
| ![Repo][label-repo] | [![GitHub issues][badge-issues]][issues] [![GitHub stars][badge-stars]][stars] [![GitHub license][badge-license]][license] [![All Contributors][badge-all-contributors]][contributors] |
1714
</div>
1815

1916
<!-- Badges -->
@@ -63,6 +60,10 @@
6360
[stars]: https://github.com/MicaelJarniac/BuildURL/stargazers
6461
[badge-license]: https://img.shields.io/github/license/MicaelJarniac/BuildURL?style=flat-square
6562
[license]: https://github.com/MicaelJarniac/BuildURL/blob/main/LICENSE
63+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
64+
[badge-all-contributors]: https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square
65+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
66+
[contributors]: #Contributors-✨
6667
<!---->
6768

6869
# BuildURL
@@ -126,8 +127,6 @@ Please make sure to update tests as appropriate.
126127
More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
127128

128129
## Contributors ✨
129-
130-
## License
131130
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
132131
<!-- prettier-ignore-start -->
133132
<!-- markdownlint-disable -->
@@ -141,4 +140,6 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
141140
<!-- prettier-ignore-end -->
142141

143142
<!-- ALL-CONTRIBUTORS-LIST:END -->
143+
144+
## License
144145
[MIT](LICENSE)

0 commit comments

Comments
 (0)