Skip to content

Commit f2928b1

Browse files
docs: fix inaccuracies in README (#274)
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
1 parent 8df599e commit f2928b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ gem install openfeature-sdk
7070

7171
```ruby
7272
require 'open_feature/sdk'
73-
require 'json' # For JSON.dump
7473

7574
# API Initialization and configuration
7675

@@ -91,7 +90,7 @@ client = OpenFeature::SDK.build_client
9190
bool_value = client.fetch_boolean_value(flag_key: 'boolean_flag', default_value: false)
9291

9392
# a details method is also available for more information about the flag evaluation
94-
# see `ResolutionDetails` for more info
93+
# see `EvaluationDetails` for more info
9594
bool_details = client.fetch_boolean_details(flag_key: 'boolean_flag', default_value: false)
9695

9796
# fetching string value feature flag

0 commit comments

Comments
 (0)