File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Node.js driver.
20
20
Create a Time Series Collection
21
21
-------------------------------
22
22
23
- We recommend that you create a time series collection using the MongoDB Shell.
24
- Refer to the :mdb-shell:`MongoDB Shell documentation<>` to learn more.
23
+ We recommend that you create a time series collection using the MongoDB Shell.
24
+ Learn more about how to install and run the MongoDB Shell in the :mdb-shell:`MongoDB Shell documentation <>`.
25
25
For detailed instructions on creating a time series collection
26
26
using the MongoDB Shell, see our
27
27
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
Original file line number Diff line number Diff line change @@ -366,7 +366,7 @@ New features of the 4.10 {+driver-short+} release include:
366
366
myColl.findOne().then(res => callback(null, res), err => callback(err))
367
367
368
368
- If you are unable to migrate to Promises in a large codebase, you can
369
- use the `{+driver-long +} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package .
369
+ use the legacy `{+driver-short +} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__.
370
370
371
371
To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.
372
372
You can’t perform that action at this time.
0 commit comments