Skip to content

Commit d3e202d

Browse files
authored
Update README.md
1 parent b03269e commit d3e202d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<a href="LICENSE">
1212
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
1313
</a>
14-
<a href="https://github.com/vapor/multipart-kit/actions">
15-
<img src="https://github.com/vapor/multipart-kit/workflows/test/badge.svg" alt="Continuous Integration">
14+
<a href="https://github.com/vapor/multipart-kit/actions/workflows/test.yml">
15+
<img src="https://github.com/vapor/multipart-kit/actions/workflows/test.yml/badge.svg" alt="Continuous Integration">
1616
</a>
1717
<a href="https://swift.org">
18-
<img src="http://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2">
18+
<img src="http://img.shields.io/badge/swift-5.4-brightgreen.svg" alt="Swift 5.4">
1919
</a>
2020
<a href="https://twitter.com/codevapor">
2121
<img src="https://img.shields.io/badge/twitter-codevapor-5AA9E7.svg" alt="Twitter">
@@ -30,7 +30,7 @@ The table below shows a list of MultipartKit major releases alongside their comp
3030

3131
|Version|NIO|Swift|SPM|
3232
|---|---|---|---|
33-
|4.0|2.2|5.2+|`from: "4.0.0"`|
33+
|4.0|2.2|5.4+|`from: "4.0.0"`|
3434
|3.0|1.0|4.0+|`from: "3.0.0"`|
3535
|2.0|N/A|3.1+|`from: "2.0.0"`|
3636
|1.0|N/A|3.1+|`from: "1.0.0"`|
@@ -45,7 +45,7 @@ Use the SPM string to easily include the dependency in your `Package.swift` file
4545

4646
MultipartKit supports the following platforms:
4747

48-
- Ubuntu 18.04+
48+
- All Linux distributions supported by Swift
4949
- macOS 10.15+
5050

5151
## Overview

0 commit comments

Comments
 (0)