Rename package to go-reddit

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-07-11 13:49:07 -04:00
parent f8d5a31b52
commit 4094044593
32 changed files with 53 additions and 53 deletions
+5 -5
View File
@@ -1,17 +1,17 @@
# Geddit
# go-reddit
Geddit is a Go client library for accessing the Reddit API.
go-reddit is a Go client library for accessing the Reddit API.
## Install
To get a specific version from the list of [versions](https://github.com/vartanbeno/geddit/releases):
To get a specific version from the list of [versions](https://github.com/vartanbeno/go-reddit/releases):
```sh
go get github.com/vartanbeno/geddit@vX.Y.Z
go get github.com/vartanbeno/go-reddit@vX.Y.Z
```
Or for the latest version:
```sh
go get github.com/vartanbeno/geddit
go get github.com/vartanbeno/go-reddit
```