Skip to content

Commit 010ae91

Browse files
authored
Fix project reference spelling in README
The snake_case variant is an importable but the kebab-case one is the project name on PyPI and in various interfaces like RTD.
1 parent 234ab4d commit 010ae91

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ aiohttp-asyncmdnsresolver
88
.. image:: https://codecov.io/gh/aio-libs/aiohttp-asyncmdnsresolver/branch/main/graph/badge.svg
99
:target: https://codecov.io/gh/aio-libs/aiohttp-asyncmdnsresolver
1010

11-
.. image:: https://badge.fury.io/py/aiohttp_asyncmdnsresolver.svg
12-
:target: https://badge.fury.io/py/aiohttp_asyncmdnsresolver
11+
.. image:: https://badge.fury.io/py/aiohttp-asyncmdnsresolver.svg
12+
:target: https://badge.fury.io/py/aiohttp-asyncmdnsresolver
1313

1414

15-
.. image:: https://readthedocs.org/projects/aiohttp_asyncmdnsresolver/badge/?version=latest
16-
:target: https://aiohttp_asyncmdnsresolver.readthedocs.io
15+
.. image:: https://readthedocs.org/projects/aiohttp-asyncmdnsresolver/badge/?version=latest
16+
:target: https://aiohttp-asyncmdnsresolver.readthedocs.io
1717

1818

19-
.. image:: https://img.shields.io/pypi/pyversions/aiohttp_asyncmdnsresolver.svg
20-
:target: https://pypi.python.org/pypi/aiohttp_asyncmdnsresolver
19+
.. image:: https://img.shields.io/pypi/pyversions/aiohttp-asyncmdnsresolver.svg
20+
:target: https://pypi.org/p/aiohttp-asyncmdnsresolver
2121

2222
.. image:: https://img.shields.io/matrix/aio-libs:matrix.org?label=Discuss%20on%20Matrix%20at%20%23aio-libs%3Amatrix.org&logo=matrix&server_fqdn=matrix.org&style=flat
2323
:target: https://matrix.to/#/%23aio-libs:matrix.org
@@ -40,7 +40,7 @@ Installation
4040

4141
::
4242

43-
$ pip install aiohttp_asyncmdnsresolver
43+
$ pip install aiohttp-asyncmdnsresolver
4444

4545

4646
Quick start

0 commit comments

Comments
 (0)