Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions source/quick-start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -61,7 +61,6 @@ Create a MongoDB Cluster

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


Query Your MongoDB Cluster from Your Application
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading