From 4850c77a604fa10fc16c8ccac0d808b6461a0f74 Mon Sep 17 00:00:00 2001 From: Joannis Orlandos Date: Sat, 2 Jul 2022 22:56:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 29485dd9..f7d63c19 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,9 @@ Alternatively, make use of a DAAS (Database-as-a-service) like [MongoDB Atlas](h ## Add MongoKitten to your Swift project 🚀 -If you're using a SwiftNIO 1.x framework such as Vapor 3, use [MongoKitten 5](https://github.com/OpenKitten/MongoKitten/tree/master/5.0) instead. - MongoKitten supports the [Swift Package Manager](https://swift.org/getting-started/#using-the-package-manager) for server-side applications. Add MongoKitten to your dependencies in your **Package.swift** file: -`.package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "6.0.0")` +`.package(url: "https://github.com/orlandos-nl/MongoKitten.git", from: "7.0.0")` Also, don't forget to add the product `"MongoKitten"` as a dependency for your target.