From 26bc5fe2780df33d95735ff3047510a38f383210 Mon Sep 17 00:00:00 2001 From: shge <25113178+shge@users.noreply.github.com> Date: Tue, 16 Feb 2021 22:43:33 +0900 Subject: [PATCH] Update README.md Fixed typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d0973..2926334 100755 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ In order to use MFA, one needs to obtain the MFA_SECRET from Amazon account: 1. When presented with the QR-code select "can't scan code" 1. You will be presented with the MFA shared secret, something like `1234 5678 9ABC DEFG HIJK LMNO PQRS TUVW XYZ0 1234 5678 9ABC DEFG` 1. Now you have to generate a valid response code via `oathtool -b --totp ""` and enter that in the web form -1. Going from here the MFA shared secret becomes the MFA_SECRET for the alexa_remote_control script -*Treat that MFA_SCECRET just like your password - DO NOT share it anywhere!!!* +1. Going from here the MFA shared secret becomes the MFA_SECRET for the alexa_remote_control script; +*Treat that MFA_SECRET just like your password - DO NOT share it anywhere!!!* It is assumed that MFA secured accounts are less likely to get a captcha response during login - that's why MFA might yield better results if the plain username/password didn't work for you.