diff --git a/README.md b/README.md index ec492ef..5483b65 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A **simple** library to handle Discord OAuth2 authentication. Meant to serve as an alternative to the [AspNet.Security.OAuth.Providers](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) library that -gives more control to the user. +gives more control to the user and one that can be used by people that are trying to avoid ASP.NETs cluttered and bulky Identity system. ## Usage @@ -38,4 +38,4 @@ if (DiscordOAuth.TryGetCode(HttpContext, out var code)) ## Feedback DiscordOAuth2 is a work in progress and any feedback or suggestions are welcome. -This library is released under the [MIT License](LICENSE). \ No newline at end of file +This library is released under the [MIT License](LICENSE).