Skip to content

Commit 100f5ab

Browse files
committed
docs: update README.md
1 parent 336e5e0 commit 100f5ab

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
@@ -5,7 +5,7 @@
55
## Install
66

77
``` bash
8-
$ go get -v github.com/JonathanMonga/go-oauth2-postgres/v4
8+
$ go get -v gopkg.in/JonathanMonga/go-oauth2-postgres.v1
99
```
1010

1111
## Usage
@@ -14,7 +14,7 @@ $ go get -v github.com/JonathanMonga/go-oauth2-postgres/v4
1414
package main
1515

1616
import (
17-
"github.com/JonathanMonga/go-oauth2-postgres/v4"
17+
"gopkg.in/JonathanMonga/go-oauth2-postgres.v1"
1818
"github.com/go-oauth2/oauth2/v4/manage"
1919

2020
_ "github.com/go-sql-driver/postgres"

0 commit comments

Comments
 (0)