Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Sep 23, 2014
1 parent ef9f1ab commit f3a9b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ $query = $builder->select()
'userId' => 'user_id',
'username' => 'name',
'email' => 'email'
]);
])
->where()
->greaterThan('user_id', 5)
->notLike('username', 'John');
Expand Down

0 comments on commit f3a9b80

Please sign in to comment.