File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ The main driver package `mongodb` will be dropping optional callback support in
21
21
### Drawbacks
22
22
23
23
- The legacy driver wraps the native driver, which may lead to a slight performance penalty.
24
- - As discussed in the versioning section, it is recommended that ` mongodb-legacy ` replace the direct dependency on ` mongodb ` . This allows for
24
+ - As discussed in the versioning section below , it is recommended that ` mongodb-legacy ` replace the direct dependency on ` mongodb ` . This allows for
25
25
the legacy driver to automatically pull in features and fixes from the native driver. However, this also removes control
26
- of which version of mongodb is installed. If users wish to control the version of mongodb directly, the lockfile will need edited manually.
26
+ of which version of ` mongodb ` is installed. If users wish to control the version of ` mongodb ` directly, the lockfile will need to be edited manually.
27
27
28
28
### Example usage of equivalent callback and promise usage
29
29
You can’t perform that action at this time.
0 commit comments