Skip to content

Commit

Permalink
Fix some misspelling and other stuffs...
Browse files Browse the repository at this point in the history
  • Loading branch information
ArTDsL committed May 14, 2023
1 parent 1d36b63 commit 1596a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BitABit-twitch
BitABit is a Twitch library made in C# **.NET 6.0** for Twitch.TV
BitABit is a Twitch library made in C# (**.NET 6.0**) for ***Twitch.TV***!

Licensed under MIT License.
Distributed under MIT License.

### How to use

Expand Down Expand Up @@ -50,8 +50,8 @@ Console.WriteLine("New Token: " + token);
Console.WriteLine("New Refresh Token: " + refresh_token);
```

PS: _If you try to revalidate using refresh token 2/3 times and still fails probably you need to ask user to repeat the `RequestAuth()` process, this can happens because **User remove your app**, **User lost the refresh for some reason** or **Twitch run into some error and are trying to reforce you to revalidate**._
PS: _If you try to revalidate using refresh token 2/3 times and operation fails, you probably need to ask user to repeat the `RequestAuth()` process, this happens because: **User remove your app**, **User lost the refresh token for some reason** or **Twitch run into some error and she are forcing you to revalidate**._

PSS: _On a multi-thread app is hardly suggest that you use 1 token for multiple request instead of re-gen another one... Se more info about this [here](https://dev.twitch.tv/docs/authentication/refresh-tokens/#handling-token-refreshes-in-a-multi-threaded-app)._
PSS: _**On a multi-thread app** is **highly recommended** that you use 1 token for multiple requests instead of re-gen another one... Se more info about this [here](https://dev.twitch.tv/docs/authentication/refresh-tokens/#handling-token-refreshes-in-a-multi-threaded-app)._

**more comming soon...**

0 comments on commit 1596a05

Please sign in to comment.