From ce14c49bccbdacb1bff5bc9420afa8c0a92c465e Mon Sep 17 00:00:00 2001 From: gutmet Date: Sun, 20 Nov 2022 16:49:10 +0100 Subject: [PATCH] change readme to fork --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) 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)