Skip to content

Commit 2b4d4f5

Browse files
docs: fix inaccuracies in README
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
1 parent 3a4f06f commit 2b4d4f5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848
| Supported Ruby Version | OS |
4949
| ------------ | --------------------- |
50-
| Ruby 3.4.x | Windows, MacOS, Linux |
51-
| Ruby 4.0.x | Windows, MacOS, Linux |
50+
| Ruby 3.4.x | Linux |
51+
| Ruby 4.0.x | Linux |
5252

5353
This project supports all Ruby versions in active maintenance per the [Ruby maintenance schedule](https://www.ruby-lang.org/en/downloads/branches/).
5454

@@ -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)