Skip to content

Commit fed5c81

Browse files
chore: update readme to match pattern in other projects (#1097)
1 parent e78543d commit fed5c81

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
# Bolt ![Bolt logo](docs/assets/bolt-logo.svg) for Python
2-
3-
[![Python Version][python-version]][pypi-url]
4-
[![pypi package][pypi-image]][pypi-url]
5-
[![Codecov][codecov-image]][codecov-url]
1+
<h1 align="center">Bolt <img src="https://raw.githubusercontent.com/slackapi/bolt-python/main/docs/assets/bolt-logo.svg" alt="Bolt logo"/> for Python</h1>
2+
3+
<p align="center">
4+
<a href="https://pypi.org/project/slack-bolt/">
5+
<img alt="PyPI - Version" src="https://img.shields.io/pypi/v/slack-bolt"></a>
6+
<a href="https://codecov.io/gh/slackapi/bolt-python">
7+
<img alt="Codecov" src="https://img.shields.io/codecov/c/gh/slackapi/bolt-python"></a>
8+
<a href="https://pepy.tech/project/slack-bolt">
9+
<img alt="Pepy Total Downloads" src="https://img.shields.io/pepy/dt/slack-bolt"></a>
10+
<br>
11+
<a href="https://pypi.org/project/slack-bolt/">
12+
<img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/slack-bolt.svg"></a>
13+
<a href="https://slack.dev/bolt-python/">
14+
<img alt="Documentation" src="https://img.shields.io/badge/dev-docs-yellow"></a>
15+
</p>
616

717
A Python framework to build Slack apps in a flash with the latest platform features. Read the [getting started guide](https://slack.dev/bolt-python/tutorial/getting-started) and look at our [code examples](https://github.com/slackapi/bolt-python/tree/main/examples) to learn how to build apps using Bolt. The Python module documents are available [here](https://slack.dev/bolt-python/api-docs/slack_bolt/).
818

0 commit comments

Comments
 (0)