Skip to content

Commit dace366

Browse files
committed
Update README.md
1 parent aafb017 commit dace366

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ gem install configcat-openfeature-provider
1919
The initializer of `ConfigCat::OpenFeature::Provider` takes the SDK key and an optional `ConfigCat::ConfigCatOptions` argument containing the additional configuration options for the [ConfigCat Ruby SDK](https://github.com/configcat/ruby-sdk):
2020

2121
```ruby
22+
require "configcat-openfeature-provider"
23+
2224
# Configure the OpenFeature API with the ConfigCat provider.
2325
OpenFeature::SDK.configure do |config|
2426
config.set_provider(ConfigCat::OpenFeature::Provider.new(

0 commit comments

Comments
 (0)