Skip to content

Commit

Permalink
chore(readme): within method and some spelling [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskorobicyn committed Nov 23, 2015
1 parent 0c6b8ad commit a93dd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit a93dd20

Please sign in to comment.