Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neumino committed Jul 15, 2013
1 parent caf8b84 commit f4e3a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Return all the listeners for this event. These listeners can be
If `raw` is set to false (default is true), the objects are replaced by the listener they contain.


__Model.hasOne(__ model, fieldName, attribute/fn __)__
__Model.hasOne(__ model, fieldName, joinClause __)__

Example
```
Expand Down Expand Up @@ -275,7 +275,7 @@ kitty.save(function(err, result) {
})
```

__Model.hasMany(__ model, fieldName, attribute/fn __)__
__Model.hasMany(__ model, fieldName, joinClause __)__

_Not implemented yet_

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinky",
"version": "0.1.6",
"version": "0.1.7",
"description": "RethinkDB ORM for Node.js",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit f4e3a93

Please sign in to comment.