Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis authored Jul 2, 2022
1 parent 0d4a960 commit 4850c77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4850c77

Please sign in to comment.