@@ -24,34 +24,32 @@ To connect to an instance or deployment not hosted on Atlas, see
2424 To retrieve your connection string for the deployment that
2525 you created in the :ref:`previous step <node-quick-start-create-deployment>`,
2626 log into your Atlas account and navigate to the
27- :guilabel:`Database ` section and click the :guilabel:`Connect` button
27+ :guilabel:`Clusters ` section and click the :guilabel:`Connect` button
2828 for your new deployment.
2929
30- .. figure:: /includes/figures/atlas_connection_select_cluster .png
30+ .. figure:: /includes/figures/atlas_connect .png
3131 :alt: The connect button in the clusters section of the Atlas UI
3232
33- Proceed to the :guilabel:`Connect your application` section and select
34- "Node.js" from the :guilabel:`Driver` selection menu and the version
33+ Select the :guilabel:`Drivers` option from the :guilabel:`Connect to your application`
34+ section. Then in the :guilabel:`Connecting with MongoDB Driver`
35+ menu, select "Node.js" from the :guilabel:`Driver` selection menu and the version
3536 that best matches the version you installed from the :guilabel:`Version`
3637 selection menu.
3738
3839 Select the :guilabel:`Password (SCRAM)` authentication mechanism.
39-
40- Deselect the :guilabel:`Include full driver code example` to view
41- the connection string.
4240
4341 .. step:: Copy your Connection String
4442
4543 Click the button on the right of the connection string to copy it to
4644 your clipboard as shown in the following screenshot:
4745
48- .. figure:: /includes/figures/atlas_connection_copy_string_node .png
46+ .. figure:: /includes/figures/atlas_connection_copy_string .png
4947 :alt: The connection string copy button in the Atlas UI
5048
5149 .. step:: Update the Placeholders
5250
5351 Paste this connection string into a a file in your preferred text editor
54- and replace the "<username >" and "<password >" placeholders with
52+ and replace the "<db_username >" and "<db_password >" placeholders with
5553 your database user's username and password.
5654
5755 Save this file to a safe location for use in the next step.
0 commit comments