From 4a37139f4cbc7b601d9c9465cc577ddd3d877276 Mon Sep 17 00:00:00 2001 From: Ron Ellis Date: Tue, 24 Nov 2020 06:46:14 -0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 239b252..a539677 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This package's purpose is life is to make it faster and easier to call [AWS STS] credentials and write them out to ~/.aws/credentials (which is typically required when using [MFA](https://aws.amazon.com/iam/features/mfa/)). It attempts to follow a [batteries included philosophy](https://www.quora.com/What-does-batteries-included-philosophy-mean). The 6 digit OATH tokens required for MFA authentication can either be provided directly via the --token argument or obtained automatically from a YubiKey by specifying the OATH credential in the --yk-oath-credential argument. The existing - OATHcredentials stored on your YubiKey can be found using the `ykman list` command assuming that you have the [YubiKey Manager CLI](https://github.com/Yubico/ + OATH credentials stored on your YubiKey can be found using the `ykman list` command assuming that you have the [YubiKey Manager CLI](https://github.com/Yubico/ yubikey-manager) installed. # Installation