Skip to content

Commit cfd454b

Browse files
authored
docs: clean up drawbacks section
1 parent 0e3e506 commit cfd454b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The main driver package `mongodb` will be dropping optional callback support in
2121
### Drawbacks
2222

2323
- 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
2525
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.
2727

2828
### Example usage of equivalent callback and promise usage
2929

0 commit comments

Comments
 (0)