README.md in lokalise_manager-5.1.2 vs README.md in lokalise_manager-6.0.0

- old
+ new

@@ -106,10 +106,10 @@ * `api_token` (`string`, required) — Lokalise API token with read/write permissions. * `use_oauth2_token` (`boolean`) — whether you would like to use a token obtained via [OAuth 2 flow](https://docs.lokalise.com/en/articles/5574713-oauth-2). Defaults to `false`. * `project_id` (`string`, required) — Lokalise project ID. You must have import/export permissions in the specified project. * `locales_path` (`string`) — path to the directory with your translation files. Defaults to `"#{Dir.getwd}/locales"`. * `branch` (`string`) — Lokalise project branch to use. Defaults to `""` (no branch is provided). -* `timeouts` (`hash`) — set [request timeouts for the Lokalise API client](https://lokalise.github.io/ruby-lokalise-api/additional_info/customization#setting-timeouts). By default, requests have no timeouts: `{open_timeout: nil, timeout: nil}`. Both values are in seconds. +* `additional_client_opts` (`hash`) — set [request timeouts and API host for the Lokalise client](https://lokalise.github.io/ruby-lokalise-api/additional_info/customization). By default, requests have no timeouts and the API host is not overriden: `{open_timeout: nil, timeout: nil, api_host: nil}`. Timeout values are in seconds. * `silent_mode` (`boolean`) — whether you would like to output debugging information to `$stdout`. By default, after a task is performed, a short notification message will be printed out to the terminal. When set to `false`, notifications won't be printed. Please note that currently `import_safe_mode` has higher priority. Even if you enable `silent_mode`, and the `import_safe_mode` is enabled as well, you will be prompted to confirm the import operation if the target directory is not empty. ### Import config * `import_opts` (`hash`) — options that will be passed to Lokalise API when downloading translations to your app. Here are the default options: