Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Mar 16, 2023
1 parent 4642e39 commit f6b6163
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 @@ -26,7 +26,7 @@ To enable the provider and start resolving flags add the following:
import OpenFeature

// Change this to your actual provider
OpenFeatureAPI.shared.provider = NoOpProvider()
OpenFeatureAPI.shared.setProvider(provider: NoOpProvider())

let client = OpenFeatureAPI.shared.getClient()
let value = client.getBooleanValue(key: "flag", defaultValue: false)
Expand Down

0 comments on commit f6b6163

Please sign in to comment.