From a93dd20d6233762d78509d1eb04850044ec7587b Mon Sep 17 00:00:00 2001 From: Denis Korobitcin Date: Mon, 23 Nov 2015 17:49:36 +0500 Subject: [PATCH] chore(readme): within method and some spelling [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11cf697..3482d2e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Only works with class/scope methods. Connection changed until query is perfomed. ### Execute block on other connection -Connection will be switched only for required class. +Connection will be switched for any query in block. ```ruby # simple usage @@ -130,7 +130,7 @@ Some.class_method Some.new.some_method ``` -### ACTUNG!!!! +### ACHTUNG!!!! If you connection does not exists, behavior may change dependent of you current Rails environment: - `Rails.env == production`: It'll raise `ArgumentError`