From 1e77fae2a361e70a9633ec15005616e76d90cabb Mon Sep 17 00:00:00 2001 From: Byron <53088136+byronbytes@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:50:33 -0400 Subject: [PATCH] More fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a62b7ccf..55bd1fc91 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An unofficial .NET API Wrapper for the [Discord Client](http://discordapp.com). Check out the [documentation](https://discord.foxbot.me/) or join the [Discord API Chat](https://discord.gg/jkrBmQR). ## Installation -### Stable (NuGet) +### Stable Build (via NuGet) Our stable builds available from NuGet through the Discord.Net metapackage: - [Discord.Net](https://www.nuget.org/packages/Discord.Net/) @@ -20,7 +20,7 @@ The individual components may also be installed from NuGet: - [Discord.Net.WebSocket](https://www.nuget.org/packages/Discord.Net.WebSocket/) - [Discord.Net.Webhook](https://www.nuget.org/packages/Discord.Net.Webhook/) -### Unstable (MyGet) +### Unstable / Nightly Build (via MyGet) Nightly builds are available through our [MyGet Feed](https://www.myget.org/F/discord-net/api/v3/index.json). ## Compiling