From 040c159dd8361b1e690d510077962798d470b22f Mon Sep 17 00:00:00 2001 From: gurcuff91 Date: Sun, 24 Mar 2024 03:15:41 -0400 Subject: [PATCH] Fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36d1f5a..aa01516 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@

Mongotoy is a comprehensive asynchronous Object-Document Mapper (ODM) designed to simplify interactions with MongoDB databases in Python applications. Leveraging the Motor asynchronous MongoDB driver, Mongotoy seamlessly integrates asynchronous programming with MongoDB, providing developers with a powerful toolset for building high-performance applications. This integration allows for efficient communication with MongoDB databases, ensuring optimal scalability and responsiveness. With Mongotoy, developers can harness the full potential of MongoDB's features while enjoying the benefits of asynchronous programming, making it an ideal choice for modern, data-driven applications

-
[ +
## Features