Skip to content

Commit

Permalink
Update example in README for /v2
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney committed Mar 10, 2021
1 parent 2d025a7 commit e589635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ I don't have as much time as I used to have and I am not as a frequent user of A

To install Arangolite:

go get -u github.com/solher/arangolite
go get -u github.com/solher/arangolite/v2

## Basic Usage

Expand All @@ -24,8 +24,8 @@ import (
"fmt"
"log"

"github.com/solher/arangolite"
"github.com/solher/arangolite/requests"
"github.com/solher/arangolite/v2"
"github.com/solher/arangolite/v2/requests"
)

type Node struct {
Expand Down

0 comments on commit e589635

Please sign in to comment.