From 69f8334f9d363975dfe6795ee703a59bda6d1a54 Mon Sep 17 00:00:00 2001 From: zach-carr <54542042+zach-carr@users.noreply.github.com> Date: Tue, 25 Jan 2022 15:18:39 -0500 Subject: [PATCH] (DOCSP-20494) standardize driver intros: node.js (#278) * (DOCSP-20494) standardize driver intros: node.js --- source/index.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/source/index.txt b/source/index.txt index 19d2d00de..02d6ea4ef 100644 --- a/source/index.txt +++ b/source/index.txt @@ -24,15 +24,11 @@ MongoDB Node Driver Introduction ------------ -Welcome to the official MongoDB Node.js driver documentation. +Welcome to the documentation site for the official MongoDB Node.js +driver. You can add the driver to your application to work with MongoDB +in JavaScript. Download it using `npm `__ +or set up a runnable project by following our Quick Start guide. -Connect your Node.js applications to MongoDB and work with your data -using the Node.js driver. The driver features an asynchronous API that you can -use to access method return values through Promises or specify callbacks to -access them when communicating with MongoDB. - -On this page, you can find descriptions of each section of the driver -documentation. Quick Start -----------