We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a8e36 commit b79f27bCopy full SHA for b79f27b
README.md
@@ -31,7 +31,7 @@ The MongoDB supported driver for Go.
31
The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project.
32
33
```bash
34
-dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.0"
+dep ensure -add "go.mongodb.org/mongo-driver/mongo"
35
```
36
37
-------------------------
0 commit comments