diff --git a/README.md b/README.md index 2c5fee7..8e37108 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 More operators -``` +```ruby Product.search "1% Milk", where: { orders_count: 1..10, expires_at: {gt: Time.now}, -- libgit2 0.21.0