Skip to content

Commit

Permalink
Remove version number from README instructions (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Divjot Arora authored Nov 11, 2019
1 parent 85a8e36 commit b79f27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The MongoDB supported driver for Go.
The recommended way to get started using the MongoDB Go driver is by using `dep` to install the dependency in your project.

```bash
dep ensure -add "go.mongodb.org/mongo-driver/mongo@~1.1.0"
dep ensure -add "go.mongodb.org/mongo-driver/mongo"
```

-------------------------
Expand Down

0 comments on commit b79f27b

Please sign in to comment.