From e6627f857f659d6c6e65aaee2fb7064c724771b7 Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Sat, 14 Oct 2023 19:41:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15f6d37..c182da7 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Simply press Command + F to search for a keyword. If you - ![v3](img/vapor-3.png) [Local Storage](https://github.com/gperdomor/local-storage) – Storage driver using local filesystem. - ![v3](img/vapor-3.png) [MailCore](https://github.com/LiveUI/MailCore) – Sending e-mails via SMTP, MailGun and SendGrid. - ![v3](img/vapor-3.png) [Meow](https://github.com/OpenKitten/Meow) – An alternative codable ORM for MongoDB. +- ![v4](img/vapor-4.png) [Mixpanel](https://github.com/petrpavlik/MixpanelVapor) – Mixpanel SDK intended for server-side Swift apps using Vapor - ![v3](img/vapor-3.png) [MongoKitten](https://github.com/OpenKitten/MongoKitten) – MongoDB driver in Swift. - ![v3](img/vapor-3.png) [Pagination](https://github.com/vapor-community/pagination) – Simple Vapor 3 Pagination. - ![v3](img/vapor-3.png) [Paginator](https://github.com/nodes-vapor/paginator) – Query pagination for Vapor and Fluent. From 469f30980229c32a928efb9624b323628316323f Mon Sep 17 00:00:00 2001 From: Petr Pavlik Date: Sat, 14 Oct 2023 19:45:27 +0200 Subject: [PATCH 2/2] Update README.md fullstop --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c182da7..cc5d791 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Simply press Command + F to search for a keyword. If you - ![v3](img/vapor-3.png) [Local Storage](https://github.com/gperdomor/local-storage) – Storage driver using local filesystem. - ![v3](img/vapor-3.png) [MailCore](https://github.com/LiveUI/MailCore) – Sending e-mails via SMTP, MailGun and SendGrid. - ![v3](img/vapor-3.png) [Meow](https://github.com/OpenKitten/Meow) – An alternative codable ORM for MongoDB. -- ![v4](img/vapor-4.png) [Mixpanel](https://github.com/petrpavlik/MixpanelVapor) – Mixpanel SDK intended for server-side Swift apps using Vapor +- ![v4](img/vapor-4.png) [Mixpanel](https://github.com/petrpavlik/MixpanelVapor) – Mixpanel SDK intended for server-side Swift apps using Vapor. - ![v3](img/vapor-3.png) [MongoKitten](https://github.com/OpenKitten/MongoKitten) – MongoDB driver in Swift. - ![v3](img/vapor-3.png) [Pagination](https://github.com/vapor-community/pagination) – Simple Vapor 3 Pagination. - ![v3](img/vapor-3.png) [Paginator](https://github.com/nodes-vapor/paginator) – Query pagination for Vapor and Fluent.