Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiem committed Nov 25, 2012
1 parent b43cd04 commit e5cde67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ To access and manipulate the underlying mongodb-native `Db` object,
there are 3 hooks on the mongo-lazy `db` object:

* `db.close()` to close the database
* `db.ready(listener)` to attach a listener which will be fired when `Db` is ready
* `db.ready(listener)` to attach a listener which will be fired when the mongodb-native `Db` is ready
* `db.$` which is the mongodb-native `Db` object itself (or `null` when `Db` is not ready)


Expand Down

0 comments on commit e5cde67

Please sign in to comment.