From 072860c8ce26e444711ab1b08136e0bd4c7e66ea Mon Sep 17 00:00:00 2001 From: shuangela Date: Fri, 28 Mar 2025 14:35:20 -0400 Subject: [PATCH] Merge pull request #480 from shuangela/DOCSP-48712-update-credentials DOCSP-48712 edit for proper user/pw info --- source/usage-examples.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/usage-examples.txt b/source/usage-examples.txt index 811e8bb6..96c879e4 100644 --- a/source/usage-examples.txt +++ b/source/usage-examples.txt @@ -60,8 +60,8 @@ step to find the :manual:`connection string ` to define your ``MONGODB_URI`` environment variable to run the usage examples. If your instance uses :manual:`SCRAM authentication `, -you can replace ```` with your username, ```` with your -password, and ```` with the URL or IP address of your instance. +you can replace ```` with your database username, ```` with your +database password, and ```` with the URL or IP address of your instance. To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.