Skip to content

Commit 9116969

Browse files
committed
Center logo and add badges. Add MattermostKit companion package note.
1 parent 4482c9c commit 9116969

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@
55
</p>
66

77
<p align="center">
8-
<a href="https://github.com/diegotl/SlackKit/actions/workflows/ci.yml">
9-
<img src="https://github.com/diegotl/SlackKit/actions/workflows/ci.yml/badge.svg" alt="CI">
10-
</a>
11-
<a href="https://github.com/diegotl/SlackKit/releases">
12-
<img src="https://img.shields.io/github/v/release/diegotl/SlackKit" alt="Version">
13-
</a>
14-
<a href="LICENSE">
15-
<img src="https://img.shields.io/github/license/diegotl/SlackKit" alt="License">
16-
</a>
8+
<a href="https://github.com/diegotl/SlackKit/actions/workflows/ci.yml"><img src="https://github.com/diegotl/SlackKit/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
9+
<a href="https://github.com/diegotl/SlackKit/releases"><img src="https://img.shields.io/github/v/release/diegotl/SlackKit" alt="Version">
10+
<a href="LICENSE"><img src="https://img.shields.io/github/license/diegotl/SlackKit" alt="License"></a>
1711
<img src="https://img.shields.io/badge/platform-macos%20%7C%20ios%20%7C%20tvos%20%7C%20watchos-lightgrey" alt="Platform">
1812
<img src="https://img.shields.io/badge/swift-6.0-orange.svg" alt="Swift">
1913
<img src="https://img.shields.io/badge/dependencies-zero-brightgreen" alt="Dependencies">
2014
</p>
2115

2216
[Swift](https://swift.org) package for sending messages to [Slack](https://slack.com) via Incoming Webhooks with full support for [Block Kit](https://api.slack.com/block-kit).
2317

18+
> **Also check out [MattermostKit](https://github.com/diegotl/MattermostKit)** - A companion package for sending messages to Mattermost with Slack-compatible attachments.
19+
2420
## Features
2521

2622
- **Modern Swift API** - Built with Swift 6, async/await, and strict concurrency

0 commit comments

Comments
 (0)