Skip to content

Commit 0a4cbf0

Browse files
authored
docs: Fix badge underline artifacts in readme (#714)
1 parent 93d9f36 commit 0a4cbf0

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 SDK for Python</h1>
22

3-
<p align=center>
4-
<a href="https://badge.fury.io/py/apify" rel="nofollow">
5-
<img src="https://badge.fury.io/py/apify.svg" alt="PyPI version" style="max-width: 100%;">
6-
</a>
7-
<a href="https://pypi.org/project/apify/" rel="nofollow">
8-
<img src="https://img.shields.io/pypi/dm/apify" alt="PyPI - Downloads" style="max-width: 100%;">
9-
</a>
10-
<a href="https://codecov.io/gh/apify/apify-sdk-python" >
11-
<img src="https://codecov.io/gh/apify/apify-sdk-python/graph/badge.svg?token=Y6JBIZQFT6" alt="Code cov report" style="max-width: 100%;"/>
12-
</a>
13-
<a href="https://pypi.org/project/apify/" rel="nofollow">
14-
<img src="https://img.shields.io/pypi/pyversions/apify" 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" rel="nofollow"><img src="https://badge.fury.io/py/apify.svg" alt="PyPI package version"></a>
5+
<a href="https://pypi.org/project/apify/" rel="nofollow"><img src="https://img.shields.io/pypi/dm/apify" alt="PyPI package downloads"></a>
6+
<a href="https://codecov.io/gh/apify/apify-sdk-python"><img src="https://codecov.io/gh/apify/apify-sdk-python/graph/badge.svg?token=Y6JBIZQFT6" alt="Codecov report"></a>
7+
<a href="https://pypi.org/project/apify/" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/apify" 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 SDK for Python is the official library to create [Apify Actors](https://docs.apify.com/platform/actors)

0 commit comments

Comments
 (0)