diff --git a/README.md b/README.md index 1b6e1bd1..ef429b13 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ client := disgord.New(disgord.Config{ ## Starter guide > This project uses [Go Modules](https://github.com/golang/go/wiki/Modules) for dealing with dependencies, remember to activate module support in your IDE -> Examples can be found in [docs/examples](docs/examples) and some open source projects Disgord projects in the [wiki](https://github.com/andersfylling/disgord/wiki/A-few-Disgord-Projects) +> Examples can be found in [docs/examples](docs/examples) and some open source projects Disgord projects in the [wiki](https://pkg.go.dev/github.com/andersfylling/disgord?tab=importedby) I highly suggest reading the [Discord API documentation](https://discord.com/developers/docs/intro) and the [Disgord go doc](https://pkg.go.dev/github.com/andersfylling/disgord?tab=doc).