From 37581e45cac0758739d07d7ac14cd4bc9c82c1a2 Mon Sep 17 00:00:00 2001
From: Jeff Robertson <jrobertson69@bloomberg.net>
Date: Wed, 29 Sep 2021 08:06:23 -0400
Subject: [PATCH] fix typo in readme (#917)

Co-authored-by: Yoav Rotem <yoavrotems97@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a8c4260..9650439 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 <img src="docs/images/kube-bench.png" width="200" alt="kube-bench logo">
 
-kube-bench is tool that checks whether Kubernetes is deployed securely by running the checks documented in the [CIS Kubernetes Benchmark](https://www.cisecurity.org/benchmark/kubernetes/).
+kube-bench is a tool that checks whether Kubernetes is deployed securely by running the checks documented in the [CIS Kubernetes Benchmark](https://www.cisecurity.org/benchmark/kubernetes/).
 
 Tests are configured with YAML files, making this tool easy to update as test specifications evolve.
 
-- 
GitLab