diff --git a/README.md b/README.md index 63ecab2..1727730 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@

Breakpoints for Swift Testing - precise control over side effects and execution suspension at any point.

- - - - + + +

--- @@ -90,7 +89,9 @@ guiding you toward a solution and making it easier to get started with the API. ## Documentation & Sample Project -The public interface of `Probing` and `ProbeTesting` is relatively small, yet powerful. +Full documentation is available on the Swift Package Index: +- [Probing](https://swiftpackageindex.com/NSFatalError/Probing/documentation/probing) +- [ProbeTesting](https://swiftpackageindex.com/NSFatalError/Probing/documentation/probetesting) You can download the `ProbingPlayground` sample project from its [GitHub page](https://github.com/NSFatalError/ProbingPlayground).