Skip to content

Commit a896def

Browse files
committed
Centralize README badges with compact centered HTML
1 parent a4a1035 commit a896def

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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%2017+%20%7C%20macOS%2014+%20-lightgrey.svg?logo=apple&logoColor=white)](https://en.wikipedia.org/wiki/List_of_Apple_operating_systems)
5-
[![License](https://img.shields.io/badge/License-MIT-67ac5b.svg?logo=googledocs&logoColor=white)](https://en.wikipedia.org/wiki/MIT_License)
6-
[![CI](https://github.com/thatfactory/toolbox/actions/workflows/ci.yml/badge.svg)](https://github.com/thatfactory/toolbox/actions/workflows/ci.yml)
7-
[![Release](https://github.com/thatfactory/toolbox/actions/workflows/release.yml/badge.svg)](https://github.com/thatfactory/toolbox/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%2017+%20%7C%20macOS%2014+%20-lightgrey.svg?logo=apple&logoColor=white"></a>
6+
<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>
7+
<a href="https://github.com/thatfactory/toolbox/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/thatfactory/toolbox/actions/workflows/ci.yml/badge.svg"></a>
8+
<a href="https://github.com/thatfactory/toolbox/actions/workflows/release.yml"><img alt="Release" src="https://github.com/thatfactory/toolbox/actions/workflows/release.yml/badge.svg"></a>
9+
</p>
810

911
# Toolbox 🧰
1012
A collection of useful Swift tools.

0 commit comments

Comments
 (0)