Skip to content

Commit aff27ad

Browse files
authored
docs: Fix badge underline artifacts in readme (#561)
1 parent 14e2c1a commit aff27ad

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
<h1 align=center>Apify API client for Python</h1>
22

3-
<p align=center>
4-
<a href="https://badge.fury.io/py/apify-client" rel="nofollow">
5-
<img src="https://badge.fury.io/py/apify-client.svg" alt="PyPI - Version" style="max-width: 100%;">
6-
</a>
7-
<a href="https://pypi.org/project/apify-client/" rel="nofollow">
8-
<img src="https://img.shields.io/pypi/dm/apify-client" alt="PyPI - Downloads" style="max-width: 100%;">
9-
</a>
10-
<a href="https://codecov.io/gh/apify/apify-client-python" >
11-
<img src="https://codecov.io/gh/apify/apify-client-python/graph/badge.svg?token=TYQQWYYZ7A" alt="Code cov report" style="max-width: 100%;"/>
12-
</a>
13-
<a href="https://pypi.org/project/apify-client/" rel="nofollow">
14-
<img src="https://img.shields.io/pypi/pyversions/apify-client" alt="PyPI - Python version" style="max-width: 100%;">
15-
</a>
16-
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow">
17-
<img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on discord" style="max-width: 100%;">
18-
</a>
3+
<p align="center">
4+
<a href="https://badge.fury.io/py/apify-client" rel="nofollow"><img src="https://badge.fury.io/py/apify-client.svg" alt="PyPI package version"></a>
5+
<a href="https://pypi.org/project/apify-client/" rel="nofollow"><img src="https://img.shields.io/pypi/dm/apify-client" alt="PyPI package downloads"></a>
6+
<a href="https://codecov.io/gh/apify/apify-client-python"><img src="https://codecov.io/gh/apify/apify-client-python/graph/badge.svg?token=TYQQWYYZ7A" alt="Codecov report"></a>
7+
<a href="https://pypi.org/project/apify-client/" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/apify-client" alt="PyPI Python version"></a>
8+
<a href="https://discord.gg/jyEM2PRvMU" rel="nofollow"><img src="https://img.shields.io/discord/801163717915574323?label=discord" alt="Chat on Discord"></a>
199
</p>
2010

2111
The Apify API Client for Python is the official library to access the [Apify API](https://docs.apify.com/api/v2) from your Python applications. It provides useful features like automatic retries and convenience functions to improve your experience with the Apify API.

0 commit comments

Comments
 (0)