diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-22 20:48:13 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-22 20:48:13 -0700 |
commit | b52cc62254d33c054cad5bcb4e1df953454472c5 (patch) | |
tree | 831069d66441d61cc994104fc49025b97ac48c89 | |
parent | b89c980ee13eafe0b14202e40617d4ed3c2262f7 (diff) |
add badges
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ # Swift-Gopher +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnavanchauhan%2Fswift-gopher%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/navanchauhan/swift-gopher) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fnavanchauhan%2Fswift-gopher%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/navanchauhan/swift-gopher) + * swift-gopher : Gopher server implementation written in Swift * swiftGopherClient: Gopher client library written in Swift ( w/ Support for Network.Framework on Apple platforms) |