Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #253 from simi/patch-1
Browse files Browse the repository at this point in the history
Update README.md. A little love made to sql syntax highlight.
  • Loading branch information
ernie committed Jul 19, 2013
2 parents 2050170 + 0f89751 commit 086024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -205,7 +205,7 @@ Person.where{name == 'Joe Blow'}
Not a very exciting example since equality is handled just fine via the
first example in standard Active Record. But consider the following query:

```
```sql
SELECT "people".* FROM people
WHERE ("people"."name" LIKE 'Ernie%' AND "people"."salary" < 50000)
OR ("people"."name" LIKE 'Joe%' AND "people"."salary" > 100000)
Expand Down

0 comments on commit 086024b

Please sign in to comment.