Skip to content

Commit e85695e

Browse files
committed
DOCSP-46638: v2 in quickstart install (#417)
(cherry picked from commit 8c80923)
1 parent bf93bd2 commit e85695e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/quick-start.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Go Driver Quick Start
1919

2020
.. include:: /includes/quick-start/overview.rst
2121

22-
Set up Your Project
22+
Set Up Your Project
2323
-------------------
2424

2525
Use Go Mod to Initialize a Project
@@ -42,7 +42,7 @@ Use ``go get`` to add the Go driver as a dependency.
4242

4343
.. code-block:: shell
4444

45-
go get go.mongodb.org/mongo-driver/mongo
45+
go get go.mongodb.org/mongo-driver/v2/mongo
4646

4747
Add Other Dependencies
4848
~~~~~~~~~~~~~~~~~~~~~~
@@ -61,7 +61,6 @@ Create a MongoDB Cluster
6161

6262
.. include:: /includes/quick-start/atlas-setup.rst
6363

64-
6564
Query Your MongoDB Cluster from Your Application
6665
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6766

0 commit comments

Comments
 (0)