From d0fb5af06509ffd2c9455e424d818560141dd799 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Mon, 27 Apr 2026 14:58:13 -0400 Subject: [PATCH] docs: remove used badge Removed protocol version badge and introductory question from README. Signed-off-by: Michael Beemer --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3c04fcf..1f5adea 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@

OpenFeature Remote Evaluation Protocol (OFREP)

- -![Protocol version](https://img.shields.io/github/v/release/openfeature/protocol) - -## What is OFREP? The **OpenFeature Remote Evaluation Protocol (OFREP)** is an [API specification](./service/openapi.yaml) for feature flagging that enables vendor-agnostic communication between applications and flag management systems. It defines a standard API layer between the provider and the flag management system, allowing any open source or commercial system to implement the protocol and be compatible with community-maintained providers.