From e5cde674c4602109c5a31a2295da38a2ecd64375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jie=20Meng-G=C3=A9rard?= Date: Sun, 25 Nov 2012 23:38:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11ef063..7be6330 100644 --- a/README.md +++ b/README.md @@ -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)