Commit a0962f473b663c4921755e54180e72f1ac67e644

Authored by Andrew Kane
1 parent 28760596

Updated readme [skip ci]

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
@@ -2067,7 +2067,9 @@ For convenience, this is set by default in the test environment. @@ -2067,7 +2067,9 @@ For convenience, this is set by default in the test environment.
2067 Searchkick 5 supports both the `elasticsearch` and `opensearch-ruby` gems. Add the one you want to use to your Gemfile: 2067 Searchkick 5 supports both the `elasticsearch` and `opensearch-ruby` gems. Add the one you want to use to your Gemfile:
2068 2068
2069 ```ruby 2069 ```ruby
2070 -gem "elasticsearch" # or "opensearch-ruby" 2070 +gem "elasticsearch"
  2071 +# or
  2072 +gem "opensearch-ruby"
2071 ``` 2073 ```
2072 2074
2073 If using the deprecated `faraday_middleware-aws-signers-v4` gem, switch to `faraday_middleware-aws-sigv4`. 2075 If using the deprecated `faraday_middleware-aws-signers-v4` gem, switch to `faraday_middleware-aws-sigv4`.