From 0926a68de69dfe5dba0f7af49daaa07e3383aed5 Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Fri, 14 Jul 2023 21:57:43 -0400 Subject: [PATCH] docs: simplified the under development warning Signed-off-by: Michael Beemer --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e9a151d..2085287 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ [![on-merge](https://github.com/open-feature/python-sdk/actions/workflows/merge.yml/badge.svg)](https://github.com/open-feature/python-sdk/actions/workflows/merge.yml) [![codecov](https://codecov.io/gh/open-feature/python-sdk/branch/main/graph/badge.svg?token=FQ1I444HB3)](https://codecov.io/gh/open-feature/python-sdk) -> ⚠️ Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. ⚠️ +> ⚠️ Development is in progress, but there's not a stable release available. ⚠️ This is the Python implementation of [OpenFeature](https://openfeature.dev), a vendor-agnostic abstraction library for evaluating feature flags.