Commit 09fdd1ae42e4df67b4cfee50568dfd2707fb11fe

Authored by Andrew Kane
1 parent b5600bd1

Ruby syntax highlighting

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -42,7 +42,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50
42 42  
43 43 More operators
44 44  
45   -```
  45 +```ruby
46 46 Product.search "1% Milk", where: {
47 47 orders_count: 1..10,
48 48 expires_at: {gt: Time.now},
... ...