From 4c1ed0b6837d22fbe15698e912b0ba8da07956e6 Mon Sep 17 00:00:00 2001 From: Nishi Sharma Date: Sun, 3 May 2026 12:24:50 +0530 Subject: [PATCH] Update README to remove database mention Removed the phrase 'No database required' from the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 500e5cb..7d616e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 📦 Image Upload Server -A scalable image upload backend using Node.js, NGINX load balancer, and AWS S3 storage. No database required. +A scalable image upload backend using Node.js, NGINX load balancer, and AWS S3 storage. --- @@ -198,4 +198,4 @@ Tests: 6 passed | Sharp | Image resizing | | NGINX | Load balancer | | Jest + Supertest | Testing | -| GitHub Actions | CI pipeline | \ No newline at end of file +| GitHub Actions | CI pipeline |