From b850293a5a5943c72f5e15a6af01642c249e94d6 Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Mon, 31 Aug 2015 22:18:07 -0700 Subject: [PATCH] Clarify what "complete" configuration block means --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8deda32..b65251a 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ ActiveRestClient uses Faraday to allow switching HTTP backends, the default is P ActiveRestClient::Base.adapter = :net_http ``` -If you want more control you can pass a complete configuration block. For available config variables look into the Faraday documentation. +If you want more control you can pass a **complete** configuration block ("complete" means that the block does not *override* [the default configuration](https://github.com/whichdigital/active-rest-client/blob/5b1953d89e26c02ca74f74464ccb7cd4c9439dcc/lib/active_rest_client/configuration.rb#L184-L201), but rather *replaces* it). For available config variables look into the Faraday documentation. ```ruby ActiveRestClient::Base.faraday_config do |faraday|