Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent e5d6642e4e
commit b22aa85513
  1. 2
      README.md

@ -306,7 +306,7 @@ d.insert({ name: 'nedb' }, function (err) {
});
```
**Note: ** the ensureIndex 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.

Loading…
Cancel
Save