Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicklas Lundin <[email protected]>
  • Loading branch information
fabriziodemaria and nicklasl authored Dec 3, 2024
1 parent e9fad53 commit 02a1af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._

Expand Down

0 comments on commit 02a1af6

Please sign in to comment.