Skip to content

Commit 9ef0611

Browse files
authored
Update README.md to reflect current minimum Swift version (#556)
Update README.md to reflect current Swift minimum
1 parent fc35705 commit 9ef0611

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<p align="center">
2-
<picture>
3-
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/1130717/259709891-64d4c78b-1cd1-4446-8746-d3a009992811.png">
4-
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/1130717/259710040-d79ee9eb-b5d9-4a82-a894-3eb5ef366c1f.png">
5-
<img src="https://user-images.githubusercontent.com/1130717/259710040-d79ee9eb-b5d9-4a82-a894-3eb5ef366c1f.png" height="96" alt="PostgresNIO">
6-
</picture>
2+
<img src="https://design.vapor.codes/images/vapor-postgresnio.svg" height="96" alt="PostgresNIO">
73
<br>
84
<br>
95
<a href="https://api.vapor.codes/postgresnio/documentation/postgresnio/">
@@ -16,7 +12,7 @@
1612
<img src="https://img.shields.io/github/actions/workflow/status/vapor/postgres-nio/test.yml?event=push&style=plastic&logo=github&label=tests&logoColor=%23ccc" alt="Continuous Integration">
1713
</a>
1814
<a href="https://swift.org">
19-
<img src="https://design.vapor.codes/images/swift58up.svg" alt="Swift 5.8+">
15+
<img src="https://design.vapor.codes/images/swift510up.svg" alt="Swift 5.10+">
2016
</a>
2117
<a href="https://www.swift.org/sswg/incubation-process.html">
2218
<img src="https://design.vapor.codes/images/sswg-graduated.svg" alt="SSWG Incubation Level: Graduated">
@@ -167,7 +163,7 @@ Please see [SECURITY.md] for details on the security process.
167163
[Team Chat]: https://discord.gg/vapor
168164
[MIT License]: LICENSE
169165
[Continuous Integration]: https://github.com/vapor/postgres-nio/actions
170-
[Swift 5.8]: https://swift.org
166+
[Swift 5.10]: https://swift.org
171167
[Security.md]: https://github.com/vapor/.github/blob/main/SECURITY.md
172168

173169
[`PostgresConnection`]: https://api.vapor.codes/postgresnio/documentation/postgresnio/postgresconnection

0 commit comments

Comments
 (0)