From 2dce54889322ea28d1b02f1f2c9ab78d63099717 Mon Sep 17 00:00:00 2001 From: Carrie Roberts Date: Tue, 11 Aug 2020 13:35:09 -0600 Subject: [PATCH] typo fix (#1187) * typo fix * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3203288..6c88ff3e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Atomic Red Team allows every security team to test their controls by executing s ## Philosophy Atomic Red Team is a library of simple tests that every security team can execute to test their controls. Tests are -focused, have few dependencies, and are defined in a structured format that be used by automation frameworks. +focused, have few dependencies, and are defined in a structured format that can be used by automation frameworks. Three key beliefs made up the Atomic Red Team charter: - **Teams need to be able to test everything from specific technical controls to outcomes.**