Skip to content

Commit 92b1034

Browse files
committed
Updated docs
1 parent 19c332a commit 92b1034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ OpenRTB implementation for Go
99
To install, use `go get`:
1010

1111
```shell
12-
go get github.com/bsm/openrtb
12+
go get gopkg.in/bsm/openrtb.v2
1313
```
1414

1515
Import the package:
@@ -19,7 +19,7 @@ package main
1919

2020
import (
2121
"log"
22-
"github.com/bsm/openrtb"
22+
"gopkg.in/bsm/openrtb.v2"
2323
)
2424

2525
func main() {

0 commit comments

Comments
 (0)