From 4da6ce6bde2ac33ba2bd63c6721b031b96d9aa80 Mon Sep 17 00:00:00 2001 From: Mayuresh A Nirhali Date: Fri, 5 Dec 2025 16:20:41 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79f7330..cbe0684 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,9 @@ The **Beckn Protocol** is an open protocol that enables location-aware, local co - **Encrypter**: AES encryption for sensitive data protection - **Decrypter**: AES decryption for encrypted data processing - **ReqPreprocessor**: Request preprocessing (UUID generation, headers) -- **Registry**: Standard Beckn registry lookup for participant information -- **DeDiRegistry**: DeDi registry to lookup public keys for NP. +- **ReqMapper**: Middleware to transform payload either between Beckn versions or against other platforms. +- **Registry**: Standard Beckn registry or Beckn One DeDi registry lookup for participant information + ## Quick Start ### Prerequisites