README.md in eps-rapid-1.0.1 vs README.md in eps-rapid-1.1.0

- old
+ new

@@ -1,7 +1,7 @@ # eps-rapid -Ruby gem for the eps-rapid 2.4 API +Ruby gem for the eps-rapid 2.4 and 3 API ## Installation Add this line to your application's Gemfile: @@ -18,9 +18,10 @@ EpsRapid.configure do |c| c.api_key = 'YOUR_API_KEY' c.secret_key = 'YOUR_SECRET_KEY' c.base_path = 'BASE_PATH' c.language = 'en-US' + c.logger = Logger.new(nil) end ``` Base path depends of environment and can be `https://test.ean.com/2.4` or `https://api.ean.com/2.4` Language is desired language for the response as a subset of BCP47 format that only uses hyphenated pairs of two-digit language and country codes. Supported languages: https://developer.expediapartnersolutions.com/reference/language-options/