Skip to content

Commit 45b63e0

Browse files
authored
Added Swift Package Index links (#4)
1 parent 4c97db0 commit 45b63e0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
<p align="center">Breakpoints for Swift Testing - precise control over side effects and execution suspension at any point.</p>
77

88
<p align="center">
9-
<img src="https://img.shields.io/badge/Swift-6.1-EF5239?logo=swift&labelColor=white" />
10-
<a href="https://codecov.io/gh/NSFatalError/Probing">
11-
<img src="https://codecov.io/gh/NSFatalError/Probing/graph/badge.svg?token=CDPR2O8BZO" />
12-
</a>
9+
<a href="https://swiftpackageindex.com/NSFatalError/Probing"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNSFatalError%2FProbing%2Fbadge%3Ftype%3Dswift-versions" /></a>
10+
<a href="https://swiftpackageindex.com/NSFatalError/Probing"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNSFatalError%2FProbing%2Fbadge%3Ftype%3Dplatforms" /></a>
11+
<a href="https://codecov.io/gh/NSFatalError/Probing"><img src="https://codecov.io/gh/NSFatalError/Probing/graph/badge.svg?token=CDPR2O8BZO" /></a>
1312
</p>
1413

1514
---
@@ -90,7 +89,9 @@ guiding you toward a solution and making it easier to get started with the API.
9089

9190
## Documentation & Sample Project
9291

93-
The public interface of `Probing` and `ProbeTesting` is relatively small, yet powerful.
92+
Full documentation is available on the Swift Package Index:
93+
- [Probing](https://swiftpackageindex.com/NSFatalError/Probing/documentation/probing)
94+
- [ProbeTesting](https://swiftpackageindex.com/NSFatalError/Probing/documentation/probetesting)
9495

9596
You can download the `ProbingPlayground` sample project from its [GitHub page](https://github.com/NSFatalError/ProbingPlayground).
9697

0 commit comments

Comments
 (0)