From 14ee505fbd56a71c05b8e0761d975e68885fdba2 Mon Sep 17 00:00:00 2001 From: Phin <59180111+phin05@users.noreply.github.com> Date: Thu, 15 Feb 2018 03:14:54 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da3a905..d9ce25f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ You will have to change the following variables in `discordRichPresencePlex.py`: * Line 82: `plexServerName` - Name of the Plex Media Server to connect to * Line 83: `plexUsername` - Username of the account the server is signed in as -* Line 84: `plexPasswordOrToken` - Password or a X-Plex-Token associated with the above account +* Line 84: `plexPasswordOrToken` - Password or a [X-Plex-Token](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token) associated with the above account * Line 85: `usingToken` - Set this to `True` if the above is a X-Plex-Token -* Line 86: `listenForUser` - Your username, leave blank if it's the same as `plexUsername` +* Line 86: `listenForUser` - Your username, leave it blank if it's the same as `plexUsername` ## License