Skip to content

Commit

Permalink
fix SkinDb.bind document
Browse files Browse the repository at this point in the history
  • Loading branch information
guileen committed Apr 18, 2011
1 parent 45be483 commit af93f1c
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 @@ -229,7 +229,7 @@ e.g.
this.findOne(fn);
}
});
db.book.firstBook:(function(err, book){});
db.book.firstBook(function(err, book){});

### all the methods from Db.prototype

Expand Down

0 comments on commit af93f1c

Please sign in to comment.