Skip to content

Commit

Permalink
Merge pull request #264 from xbx/master
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
andrykonchin committed Jun 11, 2018
2 parents 0b1cdc1 + 6087ab7 commit 7468677
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 @@ -501,8 +501,8 @@ Following operators are available: `in`, `contains`, `not_contains`:

```ruby
Address.where('city.in' => ['London', 'Edenburg', 'Birmingham'])
Address.where('city.contains' => [on])
Address.where('city.not_contains' => [ing])
Address.where('city.contains' => ['on'])
Address.where('city.not_contains' => ['ing'])
```

### Consistent Reads
Expand Down

0 comments on commit 7468677

Please sign in to comment.