Skip to content

Commit b79f27b

Browse files
author
Divjot Arora
authored
Remove version number from README instructions (#220)
1 parent 85a8e36 commit b79f27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The MongoDB supported driver for Go.
3131
The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project.
3232

3333
```bash
34-
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.0"
34+
dep ensure -add "go.mongodb.org/mongo-driver/mongo"
3535
```
3636

3737
-------------------------

0 commit comments

Comments
 (0)