diff --git a/source/quick-start.txt b/source/quick-start.txt index c4858b09..7fd93ab2 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -19,7 +19,7 @@ Go Driver Quick Start .. include:: /includes/quick-start/overview.rst -Set up Your Project +Set Up Your Project ------------------- Use Go Mod to Initialize a Project @@ -42,7 +42,7 @@ Use ``go get`` to add the Go driver as a dependency. .. code-block:: shell - go get go.mongodb.org/mongo-driver/mongo + go get go.mongodb.org/mongo-driver/v2/mongo Add Other Dependencies ~~~~~~~~~~~~~~~~~~~~~~ @@ -61,7 +61,6 @@ Create a MongoDB Cluster .. include:: /includes/quick-start/atlas-setup.rst - Query Your MongoDB Cluster from Your Application ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~