From 64490544d1e9176ff85c6942abcac76581e39d18 Mon Sep 17 00:00:00 2001 From: David Nadoba Date: Thu, 13 Oct 2022 14:09:48 +0100 Subject: [PATCH] Fix README.md I have accidentally added an additional dot in https://github.com/apple/swift-nio-extras/pull/182 This PR removes it again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63260981..cde72363 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ All code will go through code review like in the other repositories related to t `swift-nio-extras` part of the SwiftNIO 2 family of repositories and depends on the following: - [`swift-nio`](https://github.com/apple/swift-nio), version 2.30.0 or better. -- Swift 5.5.2. +- Swift 5.5.2 - `zlib` and its development headers installed on the system. But don't worry, you'll find `zlib` on pretty much any UNIX system that can compile any sort of code. To depend on `swift-nio-extras`, put the following in the `dependencies` of your `Package.swift`: