update readme to reflect that we no longer check for access keys, only secrets
diff --git a/README.md b/README.md
index 6795320..a04454e 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 - `check-xml` - Attempts to load all xml files to verify syntax.
 - `check-yaml` - Attempts to load all yaml files to verify syntax.
 - `debug-statements` - Check for pdb / ipdb / pudb statements in code.
-- `detect-aws-credentials` - Checks for the existence of aws access keys and secrets that you have set up with the AWS cli.
+- `detect-aws-credentials` - Checks for the existence of AWS secrets that you have set up with the AWS CLI.
 - `detect-private-key` - Checks for the existence of private keys.
 - `double-quote-string-fixer` - This hook replaces double quoted strings
   with single quoted strings.