Skip to content

Commit da8780d

Browse files
authored
Merge pull request #480 from shuangela/DOCSP-48712-update-credentials
DOCSP-48712 edit for proper user/pw info
2 parents b540bfb + 5b0ce40 commit da8780d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/usage-examples.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ step to find the
6060
:manual:`connection string </reference/connection-string/>` to define your
6161
``MONGODB_URI`` environment variable to run the usage examples. If your
6262
instance uses :manual:`SCRAM authentication </core/security-scram/>`,
63-
you can replace ``<user>`` with your username, ``<password>`` with your
64-
password, and ``<cluster-url>`` with the URL or IP address of your instance.
63+
you can replace ``<user>`` with your database username, ``<password>`` with your
64+
database password, and ``<cluster-url>`` with the URL or IP address of your instance.
6565

6666
To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
6767

0 commit comments

Comments
 (0)