Skip to content

Commit 36a125c

Browse files
author
Chris Cho
committed
Merge branch 'v4.3' of github.com:mongodb/docs-node into v4.3
2 parents 4e5f3b9 + 5f59439 commit 36a125c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/index.txt

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,11 @@ MongoDB Node Driver
2424
Introduction
2525
------------
2626

27-
Welcome to the official MongoDB Node.js driver documentation.
27+
Welcome to the documentation site for the official MongoDB Node.js
28+
driver. You can add the driver to your application to work with MongoDB
29+
in JavaScript. Download it using `npm <https://www.npmjs.com/>`__
30+
or set up a runnable project by following our Quick Start guide.
2831

29-
Connect your Node.js applications to MongoDB and work with your data
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-
34-
On this page, you can find descriptions of each section of the driver
35-
documentation.
3632

3733
Quick Start
3834
-----------

0 commit comments

Comments
 (0)