From c1953ab7892be546a87d9fb1a09ad5d734a93490 Mon Sep 17 00:00:00 2001 From: RogueException Date: Thu, 13 Aug 2015 16:22:41 -0300 Subject: [PATCH] Minor edits --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20265846f..7e1d0cfbd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Discord.Net v0.2 -A .Net API Wrapper for the Discord client (http://discordapp.com). +An unofficial .Net API Wrapper for the Discord client (http://discordapp.com). ### This is an alpha! The Discord API is still in active development, meaning this library may break at any time without notice. -Discord.Net is also in early development so several functions may be unstable or not work at all. +Discord.Net itself is also in early development so several functions may be unstable or not work at all. ### Features - Login/Logout (with credentials or anonymous) @@ -34,5 +34,5 @@ await client.AcceptInvite("channel-invite-code"); ### Related Projects - [DiscordBot](https://github.com/RogueException/DiscordBot) - A basic Discord.Net extension to add command and whitelist support. -- [Discord.js](https://github.com/hydrabolt/discord.js) - Javascript/Node API wrapper for Discord +- [discord.js](https://github.com/hydrabolt/discord.js) - Javascript/Node API wrapper for Discord - [node-discord](https://github.com/izy521/node-discord) - Javascript/Node API wrapper for Discord