From f39b6ac40466dca6e14cf34c21e99582ef468681 Mon Sep 17 00:00:00 2001 From: Ashutosh Pednekar Date: Sun, 10 Dec 2023 12:26:26 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95bfa914..cacd99676 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Django has always lived up to it's tagline, The web framework for perfectionists DRF has been facilitating this even more with it's amazing serializers, viewsets, filters, validators, routers and so on... --- -### Here are a few grapples with django we're aiming to address +### Here are a few challenges with django we're aiming to address - One issue with django is that since it's designed as an all-encompassing web framework, designed before the advent of microservices, it comes with a lot of bloat that's not needed for api services.