From 83bb34290995ed474dee08bf29336c6df3b22596 Mon Sep 17 00:00:00 2001 From: Thomas Rasch Date: Fri, 23 Feb 2024 10:43:35 +0100 Subject: [PATCH] Small documentation fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71c3c51..16d89b4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This package makes some assumptions about what is equal, i.e. coordinates that a ## Requirements -This package requires Swift 5.7 or higher (at least Xcode 13), and compiles on iOS (\>= iOS 13), macOS (\>= macOS 10.15), tvOS (\>= tvOS 13), watchOS (\>= watchOS 6) as well as Linux. +This package requires Swift 5.9 or higher (at least Xcode 13), and compiles on iOS (\>= iOS 13), macOS (\>= macOS 10.15), tvOS (\>= tvOS 13), watchOS (\>= watchOS 6) as well as Linux. ## Installation with Swift Package Manager @@ -36,9 +36,10 @@ targets: [ - Includes many spatial algorithms, and more to come - Has a helper for working with x/y/z map tiles (center/bounding box/resolution/…) +## Usage + Please see also the [API documentation][8]. -## Usage ```swift import GISTools