From afaeaec7b8ff3dd6030c00d920121d3c5669f631 Mon Sep 17 00:00:00 2001 From: laban254 Date: Mon, 21 Oct 2024 13:30:15 +0300 Subject: [PATCH] Improve project documentation and update feature details --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6d3dba..ca4c47a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Refer to the [Project Setup](./docs/project_setup.md) section in the original d - Ensures incoming data is validated and errors are handled gracefully. - **Middleware Support**: - - Integrated middleware for logging, CORS handling, Rate limiting, and request parsing. + - Integrated middleware for logging, CORS handling, and request parsing. - Custom middleware for JWT validation and rate-limiting. - **Secure Communication**: - All endpoints are protected and require authentication.