From 4b92497c3b2bfb5879501cfd777b0b6181e7993b Mon Sep 17 00:00:00 2001 From: Khionu Sybiern Date: Mon, 30 Jan 2017 16:21:18 -0500 Subject: [PATCH] Amended after feedback --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7a51becdf..447fccb10 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,12 @@ # Discord.Net Documentation -Discord.Net is an Asynchronous C# Library built on the .NET Standard used to connect to the [Discord Chat Platform](https://discordapp.com/). +Discord.Net is an asynchronous, multiplatform .NET Library used to interface with the [Discord API](https://discordapp.com/). If this is your first time using Discord.Net, you should refer to the [Intro](guides/intro.md) for tutorials. More experienced users might refer to the [API Documentation](api/index.md) for a breakdown of the individuals objects in the library. For additional resources: - [Discord API Guild](https://discord.gg/discord-api) (Go to the #dotnet_discord-net channel) - - [GitHub Repo](https://github.com/RogueException/Discord.Net/tree/dev) **ToDo:** Point this to Master after Release. + - [GitHub Repo](https://github.com/RogueException/Discord.Net/tree/dev) (**todo:** Point this to Master after Release.) - [NuGet](https://www.nuget.org/packages/Discord.Net/) - [MyGet Feed](https://www.myget.org/feed/Packages/discord-net) (For Unstable Releases and Community-Contributed Addons)