Skip to content

Commit a651474

Browse files
committed
Centralize README badges with compact centered HTML
1 parent c97b316 commit a651474

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
[![Swift](https://img.shields.io/badge/Swift-6.2-ea7a50.svg?logo=swift&logoColor=white)](https://developer.apple.com/swift/)
2-
[![Xcode](https://img.shields.io/badge/Xcode-26.3-50ace8.svg?logo=xcode&logoColor=white)](https://developer.apple.com/xcode/)
3-
[![SPM](https://img.shields.io/badge/SPM-ready-b68f6a.svg?logo=gitlfs&logoColor=white)](https://developer.apple.com/documentation/xcode/swift-packages)
4-
[![Platforms](https://img.shields.io/badge/Platforms-iOS%2018+%20%7C%20macOS%2015+%20-lightgrey.svg?logo=apple&logoColor=white)](https://en.wikipedia.org/wiki/List_of_Apple_operating_systems)
5-
[![DocC](https://img.shields.io/badge/DocC-documentation-0288D1.svg?logo=bookstack&logoColor=white)](https://thatfactory.github.io/extensions/documentation/extensions/)
6-
[![License](https://img.shields.io/badge/License-MIT-67ac5b.svg?logo=googledocs&logoColor=white)](https://en.wikipedia.org/wiki/MIT_License)
7-
[![CI](https://github.com/thatfactory/extensions/actions/workflows/ci.yml/badge.svg)](https://github.com/thatfactory/extensions/actions/workflows/ci.yml)
8-
[![Release](https://github.com/thatfactory/extensions/actions/workflows/release.yml/badge.svg)](https://github.com/thatfactory/extensions/actions/workflows/release.yml)
1+
<p align="center">
2+
<a href="https://developer.apple.com/swift/"><img alt="Swift" src="https://img.shields.io/badge/Swift-6.2-ea7a50.svg?logo=swift&logoColor=white"></a>
3+
<a href="https://developer.apple.com/xcode/"><img alt="Xcode" src="https://img.shields.io/badge/Xcode-26.3-50ace8.svg?logo=xcode&logoColor=white"></a>
4+
<a href="https://developer.apple.com/documentation/xcode/swift-packages"><img alt="SPM" src="https://img.shields.io/badge/SPM-ready-b68f6a.svg?logo=gitlfs&logoColor=white"></a>
5+
<a href="https://en.wikipedia.org/wiki/List_of_Apple_operating_systems"><img alt="Platforms" src="https://img.shields.io/badge/Platforms-iOS%2018+%20%7C%20macOS%2015+%20-lightgrey.svg?logo=apple&logoColor=white"></a>
6+
<a href="https://thatfactory.github.io/extensions/documentation/extensions/"><img alt="DocC" src="https://img.shields.io/badge/DocC-documentation-0288D1.svg?logo=bookstack&logoColor=white"></a>
7+
<a href="https://en.wikipedia.org/wiki/MIT_License"><img alt="License" src="https://img.shields.io/badge/License-MIT-67ac5b.svg?logo=googledocs&logoColor=white"></a>
8+
<a href="https://github.com/thatfactory/extensions/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/thatfactory/extensions/actions/workflows/ci.yml/badge.svg"></a>
9+
<a href="https://github.com/thatfactory/extensions/actions/workflows/release.yml"><img alt="Release" src="https://github.com/thatfactory/extensions/actions/workflows/release.yml/badge.svg"></a>
10+
</p>
911

1012
# Extensions ⚙️
1113
A collection of useful Swift/SwiftUI extensions.

0 commit comments

Comments
 (0)