Skip to content

Commit dd9fce5

Browse files
committed
Update README
1 parent 8c9d408 commit dd9fce5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ let query = try! decoder.decode(GetPostsQuery.self, from: queryItems)
118118
- macOS
119119
- tvOS
120120
- watchOS
121+
- Linux
121122

122123
## Requirements
123124

@@ -129,7 +130,7 @@ let query = try! decoder.decode(GetPostsQuery.self, from: queryItems)
129130

130131
```swift
131132
dependencies: [
132-
.package(url: "https://github.com/kylehughes/URLQueryItemCoder.git", .upToNextMajor(from: "1.0.0")),
133+
.package(url: "https://github.com/Swiftosis/URLQueryItemCoder.git", from: "1.0.1"),
133134
]
134135
```
135136

@@ -144,11 +145,7 @@ URLQueryItemCoder is not accepting source contributions at this time. Bug report
144145
## Author
145146

146147
[Kyle Hughes](https://kylehugh.es)
147-
148-
[![my Mastodon][social_image]][social_url]
149-
150-
[social_image]: https://img.shields.io/mastodon/follow/109356914477272810?domain=https%3A%2F%2Fmister.computer&style=social
151-
[social_url]: https://mister.computer/@kyle
148+
Linux compatibility by [Árpád Goretity](https://goretity.com)
152149

153150
## License
154151

0 commit comments

Comments
 (0)