diff --git a/README.md b/README.md index 1185200..9ba0385 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ import ( "fmt" "log" - "github.com/mattn/go-mastodon" + mastodon "git.gutmet.org/go-mastodon.git" ) func main() { @@ -42,7 +42,7 @@ import ( "fmt" "log" - "github.com/mattn/go-mastodon" + mastodon "git.gutmet.org/go-mastodon.git" ) func main() { @@ -147,12 +147,6 @@ func main() { * [x] GET /api/v1/streaming/list?list=:list_id * [x] GET /api/v1/streaming/direct -## Installation - -```shell -go install github.com/mattn/go-mastodon@latest -``` - ## License MIT @@ -160,3 +154,7 @@ MIT ## Author of original (https://github.com/mattn/go-mastodon) Yasuhiro Matsumoto (a.k.a. mattn) + +## Screwed up by + +Alexander Weinhold (a.k.a gutmet)