We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76ee6c commit 3d6e151Copy full SHA for 3d6e151
providers/statsig/README.md
@@ -31,7 +31,7 @@ Statsig OpenFeature Provider is based on [Statsig Java SDK documentation](https:
31
32
### Usage Example
33
34
-```
+```java
35
StatsigOptions statsigOptions = new StatsigOptions();
36
StatsigProviderConfig statsigProviderConfig = StatsigProviderConfig.builder().sdkKey(sdkKey)
37
.options(statsigOptions).build();
0 commit comments