Browse Source

More fixes

pull/1499/head
Byron GitHub 5 years ago
parent
commit
1e77fae2a3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@@ -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


Loading…
Cancel
Save