From 02a1af66f64f86e2b20b3febb07da91f88cbc624 Mon Sep 17 00:00:00 2001 From: Fabrizio Demaria Date: Tue, 3 Dec 2024 11:19:03 +0100 Subject: [PATCH] Update README.md Co-authored-by: Nicklas Lundin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5fb2ad0..37e7dabe 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ await confidence.removeContext(key: "key") These functions are async functions, because the flag values are fetched from the backend for the new context, put in storage and then exposed to the Application. -_Note: any change of the context in the Application could cause a change in the flag values._ +_Note: Changing the Confidence context from the Application could cause a change in the flag values._ _Note: while the SDK is fetching the new values, the old values are still available for the Application to consume._