Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calidion committed Jun 21, 2016
1 parent 41894cd commit 3c603d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ var image = {

var options = {
model: User,
conditions: {
name: 'eric',
type: 'employee'
},
page: 1,
limit: 10,
sorts: ['id asc', 'name desc'],
populates: [
'logo'
]
Expand Down

0 comments on commit 3c603d3

Please sign in to comment.