8000 DOC: Fix typo in GitHub Actions badge · matplotlib/cycler@245170d · GitHub
[go: up one dir, main page]

Skip to content

Commit 245170d

Browse files
committed
DOC: Fix typo in GitHub Actions badge
1 parent 74ce41a commit 245170d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|PyPi|_ |Conda|_ |Supported Python versions|_ |Github Actions|_ |Codecov|_
1+
|PyPi|_ |Conda|_ |Supported Python versions|_ |GitHub Actions|_ |Codecov|_
22

33
.. |PyPi| image:: https://img.shields.io/pypi/v/cycler.svg?style=flat
44
.. _PyPi: https://pypi.python.org/pypi/cycler
@@ -9,8 +9,8 @@
99
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/cycler.svg
1010
.. _Supported Python versions: https://pypi.python.org/pypi/cycler
1111

12-
.. |Github Actions| iamge:: https://github.com/matplotlib/cycler/actions/workflows/tests.yml/badge.svg
13-
.. _Github Actions: https://github.com/matplotlib/cycler/actions
12+
.. |GitHub Actions| image:: https://github.com/matplotlib/cycler/actions/workflows/tests.yml/badge.svg
13+
.. _GitHub Actions: https://github.com/matplotlib/cycler/actions
1414

1515
.. |Codecov| image:: https://codecov.io/github/matplotlib/cycler/badge.svg?branch=main&service=github
1616
.. _Codecov: https://codecov.io/github/matplotlib/cycler?branch=main

0 commit comments

Comments
 (0)
0