Skip to content

Commit e9ed606

Browse files
authored
Fix README.md (#183)
I have accidentally added an additional dot in #182 This PR removes it again.
1 parent 985a485 commit e9ed606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All code will go through code review like in the other repositories related to t
1414
`swift-nio-extras` part of the SwiftNIO 2 family of repositories and depends on the following:
1515

1616
- [`swift-nio`](https://github.com/apple/swift-nio), version 2.30.0 or better.
17-
- Swift 5.5.2.
17+
- Swift 5.5.2
1818
- `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.
1919

2020
To depend on `swift-nio-extras`, put the following in the `dependencies` of your `Package.swift`:

0 commit comments

Comments
 (0)