Skip to content

Commit

Permalink
Small documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Feb 23, 2024
1 parent a142868 commit 83bb342
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 83bb342

Please sign in to comment.