From 64e1a3774073c872fc8d56ff2da7f154f8ff84ef Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 29 Jan 2025 14:11:24 -0600 Subject: [PATCH] Fix link rendering in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e8a0fc..d1c5ec2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ def home_page(): - [Flask Documentation](https://flask.palletsprojects.com/) -- [Quart-Motor (Motor for the Quart Framework)] (https://github.com/marirs/quart-motor) +- [Quart-Motor (Motor for the Quart Framework)](https://github.com/marirs/quart-motor) -- [Motor Non-Blocking mongodb driver for asyncio applications] (https://github.com/mongodb/motor) +- [Motor Non-Blocking mongodb driver for asyncio applications](https://github.com/mongodb/motor)