Update supported version in README (#1517)

* Update supported version in README

Motivation:

NIO can run on macOS 10.9+/iOS 7+, but the README states 10.12+.

Modifications:

Update readme.

Result:

More accurate docs.
This commit is contained in:
George Barnett 2020-06-18 18:05:42 +01:00 committed by GitHub
parent d371bb5a10
commit 7100980bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Redis | ✅ | ❌ | [mordil/swift-redi-stack](https://gitlab.com/Mordil/swift-re
SwiftNIO aims to support all of the platforms where Swift is supported. Currently, it is developed and tested on macOS and Linux, and is known to support the following operating system versions:
* Ubuntu 14.04+
* macOS 10.12+; (macOS 10.14+, iOS 12+, or tvOS 12+ with [swift-nio-transport-services][repo-nio-transport-services])
* macOS 10.9+, iOS 7+; (macOS 10.14+, iOS 12+, or tvOS 12+ with [swift-nio-transport-services][repo-nio-transport-services])
### Swift versions