change readme to fork
This commit is contained in:
parent
2986beae75
commit
ce14c49bcc
14
README.md
14
README.md
|
@ -14,7 +14,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/mattn/go-mastodon"
|
mastodon "git.gutmet.org/go-mastodon.git"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -42,7 +42,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
"github.com/mattn/go-mastodon"
|
mastodon "git.gutmet.org/go-mastodon.git"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
@ -147,12 +147,6 @@ func main() {
|
||||||
* [x] GET /api/v1/streaming/list?list=:list_id
|
* [x] GET /api/v1/streaming/list?list=:list_id
|
||||||
* [x] GET /api/v1/streaming/direct
|
* [x] GET /api/v1/streaming/direct
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
```shell
|
|
||||||
go install github.com/mattn/go-mastodon@latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
@ -160,3 +154,7 @@ MIT
|
||||||
## Author of original (https://github.com/mattn/go-mastodon)
|
## Author of original (https://github.com/mattn/go-mastodon)
|
||||||
|
|
||||||
Yasuhiro Matsumoto (a.k.a. mattn)
|
Yasuhiro Matsumoto (a.k.a. mattn)
|
||||||
|
|
||||||
|
## Screwed up by
|
||||||
|
|
||||||
|
Alexander Weinhold (a.k.a gutmet)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user