Skip to content

Commit

Permalink
Update docs for version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwynn committed Jul 15, 2020
1 parent 6ba1877 commit 049e0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The original gtm uses the community mgo driver. To use the community mgo driver

### Installation ###

go get github.com/rwynn/gtm@master
go get github.com/rwynn/gtm

### Setup ###

Expand All @@ -40,7 +40,7 @@ import (
"go.mongodb.org/mongo-driver/bson/bsontype"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"github.com/rwynn/gtm"
"github.com/rwynn/gtm/v2"
"reflect"
"time"
)
Expand Down

0 comments on commit 049e0c6

Please sign in to comment.