diff --git a/authentication/electron/README.md b/authentication/electron/README.md index 91dbda4..d303f43 100644 --- a/authentication/electron/README.md +++ b/authentication/electron/README.md @@ -12,7 +12,7 @@ An example [capture page](webpage) is provided, it uses a bit of javascript will Since Twitch has now made available [Device Code Flow](https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/#device-code-grant-flow) this approach is redundant as the DCF flow is much preferred. -For a DCF example pop over to [here](../authentication/electron_devicecode/) instead! +For a DCF example pop over to [here](../electron_devicecode/) instead! ## Methods diff --git a/authentication/electron_devicecode/README.md b/authentication/electron_devicecode/README.md index 6fb1459..1c649cf 100644 --- a/authentication/electron_devicecode/README.md +++ b/authentication/electron_devicecode/README.md @@ -8,7 +8,7 @@ It could also be using in games or other programs that cannot easily capture a r This example stores the resultant access and refresh token using [Electron Store](https://github.com/sindresorhus/electron-store) at start up it checks for a pre-existing access and if still valid uses it, otherwise attempts to refresh using the refresh token and continue. -## How for Device Code Flow Work +## How does Device Code Flow Work A simplified overview