From 33a373d6d7431820e164223526e1254a56a20b86 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 3 Jul 2026 09:41:10 -0500 Subject: [PATCH 1/2] Add docs badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cce219ce..89a8b092 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # swift-clocks +[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/swift-clocks/main/documentation/clocks) [![CI](https://github.com/pointfreeco/swift-clocks/workflows/CI/badge.svg)](https://github.com/pointfreeco/swift-clocks/actions?query=workflow%3ACI) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-clocks%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-clocks) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-clocks%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pointfreeco/swift-clocks) From 1cca7a0c77ab54fc1ceffea08d18cc4d4032d627 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 3 Jul 2026 12:16:23 -0500 Subject: [PATCH 2/2] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a8b092..9bcbedec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # swift-clocks -[![](https://img.shields.io/badge/SPI-documentation-blue)](https://swiftpackageindex.com/pointfreeco/swift-clocks/main/documentation/clocks) +[![](https://img.shields.io/badge/documentation-gray?logo=swift&logoColor=white)](https://swiftpackageindex.com/pointfreeco/swift-clocks/main/documentation/clocks) [![CI](https://github.com/pointfreeco/swift-clocks/workflows/CI/badge.svg)](https://github.com/pointfreeco/swift-clocks/actions?query=workflow%3ACI) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-clocks%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/pointfreeco/swift-clocks) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fswift-clocks%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/pointfreeco/swift-clocks)