We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b540bfb + 5b0ce40 commit da8780dCopy full SHA for da8780d
source/usage-examples.txt
@@ -60,8 +60,8 @@ step to find the
60
:manual:`connection string </reference/connection-string/>` to define your
61
``MONGODB_URI`` environment variable to run the usage examples. If your
62
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.
+you can replace ``<user>`` with your database username, ``<password>`` with your
+database password, and ``<cluster-url>`` with the URL or IP address of your instance.
65
66
To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
67
0 commit comments