From bc29f5a56dc72fc1a6796909803cbe05b71cd5e0 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Sat, 1 Jun 2013 23:13:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 684c949..9177a86 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ d.insert({ name: 'nedb' }, function (err) { }); ``` -**Note:** the `ensureIndex` function creates the index synchronously, so it's best to use it at application startup. It's quite fast so it doesn't increase startup time much. +**Note:** the `ensureIndex` function creates the index synchronously, so it's best to use it at application startup. It's quite fast so it doesn't increase startup time much (35 ms for a collection containing 10,000 documents).