From 5e2be15d9d67ef7c5f6ce200d48220f6bbb96d3c Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Fri, 3 Mar 2017 15:51:42 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17d1e7..c0a93ee 100755 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Of course not, anything you find under `extras/` is optional and only provided a ## Why am I getting a warning about email and password being deprecated? -Since just storing your password in plexupdate.conf isn't secure, plexupdate will now use a "token" instead. To make this warning just re-run the installer (`extras/installer.sh`) or manually remove `EMAIL` and `PASS` from your plexupdate.conf. For more details, see [this wiki article](https://github.com/mrworf/plexupdate/wiki/Authenticating-with-Plex-Pass). +Since just storing your password in plexupdate.conf isn't secure, plexupdate will now use a "token" instead. To make this warning go away just re-run the installer (`extras/installer.sh`) or manually remove `EMAIL` and `PASS` from your plexupdate.conf. For more details, see [this wiki article](https://github.com/mrworf/plexupdate/wiki/Authenticating-with-Plex-Pass). # Need more information?