Bump version to v2
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
[](https://github.com/vartanbeno/go-reddit/actions)
|
||||
[](https://goreportcard.com/report/github.com/vartanbeno/go-reddit)
|
||||
[](https://pkg.go.dev/github.com/vartanbeno/go-reddit/reddit)
|
||||
[](https://pkg.go.dev/github.com/vartanbeno/go-reddit/v2/reddit)
|
||||
|
||||
</div>
|
||||
|
||||
@@ -45,7 +45,7 @@ Make sure to have a Reddit app with a valid client id and secret. [Here](https:/
|
||||
```go
|
||||
package main
|
||||
|
||||
import "github.com/vartanbeno/go-reddit/reddit"
|
||||
import "github.com/vartanbeno/go-reddit/v2/reddit"
|
||||
|
||||
func main() {
|
||||
credentials := reddit.Credentials{ID: "id", Secret: "secret", Username: "username", Password: "password"}
|
||||
|
||||
Reference in New Issue
Block a user