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._