From 38566e0b5c10c3aeb4878dcde67c332558a43cf6 Mon Sep 17 00:00:00 2001 From: Charan Kamarapu Date: Tue, 28 Apr 2026 23:47:06 +0530 Subject: [PATCH] Fix typo in README.md Corrected a typo in the README description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93618d7..66d890a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OrderFlow — Real-time Order Processing Pipeline -A production-grade Go application demonstrating a real-time e-commerce order processing system with: +A production-grade Go application demonstrating a real-time e-commerce order processing system wit: - **Producer API** → writes to sharded Postgres + S3 + publishes to Kafka - **Consumer Service** → reads from Kafka only (no S3/Postgres access by design)