File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ MongoDB Node Driver
24
24
Introduction
25
25
------------
26
26
27
- Welcome to the MongoDB Node.js driver documentation.
27
+ Welcome to the official MongoDB Node.js driver documentation.
28
28
29
29
Connect your Node.js applications to MongoDB and work with your data
30
- using the official Node.js driver. The driver features an asynchronous
31
- API that you can use to access method return values through Promises or
32
- specify callbacks to access them when communicating with MongoDB.
30
+ using the Node.js driver. The driver features an asynchronous API that you can
31
+ use to access method return values through Promises or specify callbacks to
32
+ access them when communicating with MongoDB.
33
33
34
34
On this page, you can find descriptions of each section of the driver
35
- documentation and how to learn more about the Node.js driver .
35
+ documentation.
36
36
37
37
Quick Start
38
38
-----------
@@ -120,4 +120,4 @@ Take the free online course taught by MongoDB instructors
120
120
- `M220JS: MongoDB for JavaScript Developers <https://university.mongodb.com/courses/M220JS/about>`_
121
121
Learn the essentials of Node.js application development with
122
122
MongoDB.
123
-
123
+
You can’t perform that action at this time.
0 commit comments