From 26b8cc0630eb7482ada88152ee0fbd3dff3ea824 Mon Sep 17 00:00:00 2001 From: Anuj Bhandar <14915809+anujbhan@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:19:33 -0700 Subject: [PATCH] Update README.md fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64cc68..eec6897 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ options: ### bruteforce -#### prequisites: +#### prerequisites: * In order to run this command, a dedicated AWS Elastic IP and AWS EC2 instance is required. Refer to [AWS Setup](#aws-setup) section for more details. * Requires AWS CLI credentials, please refer to: [Configuration and credential file settings](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) for more details. If you are running MasTKO inside the EC2 Instance created by our cloudformation ([AWS Setup](#aws-setup)), the AWS boto3 SDK will automatically fetch credentials from the attached instance role, no need to set user credentials.