File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ Connection String
5353Follow the :ref:`"Connect to your Cluster" <golang-connect-to-your-cluster>`
5454step to find the
5555:manual:`connection string </reference/connection-string/>` to define your
56- ``MONGODB_URI`` environment variable to run our usage examples. If your
56+ ``MONGODB_URI`` environment variable to run the usage examples. If your
5757instance uses :manual:`SCRAM authentication </core/security-scram/>`,
5858you can replace ``<user>`` with your username, ``<password>`` with your
59- password, and ``<cluster-url>`` with the IP address or URL of your instance.
59+ password, and ``<cluster-url>`` with the URL or IP address of your instance.
6060
6161To learn more about connecting to your MongoDB instance, see :ref:`golang-connection-guide`.
6262
@@ -65,7 +65,7 @@ Environment Variable
6565
6666To connect the example to your MongoDB instance, you must :ref:`define
6767an environment variable <golang-usage-examples-env-variable>` with
68- :ref:` your connection string <golang-usage-examples-connection-string>` .
68+ your connection string.
6969
7070.. code-block:: go
7171
You can’t perform that action at this time.
0 commit comments