From 021ee8f1298e74bc5eb59630a45f36b924ff1788 Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Sat, 14 Sep 2024 16:31:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e236d7..672bc4f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Official [IndiePitcher](https://indiepitcher.com) SDK for Swift language. Provides a type safe layer on top IndiePitcher's public [REST API](https://docs.indiepitcher.com/api-reference/introduction). +SDK documentation can be found [here](https://swiftpackageindex.com/indiepitcher/indiepitcher-swift/main/documentation/indiepitcherswift/indiepitcher). + ## Instalation The SDK is designed to work with any framework built on top of Swift Nio - Vapor, Hummingbird, or AWS Lamda is supported.