From aab22f29875eae367a9fad7cc0eac9dbd5a84795 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Thu, 18 Jun 2020 11:38:27 -0400 Subject: [PATCH] Fix RuboCop capitalization in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a55132e7..b0b8f71e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their code base | *Language* | *Linter* | |---|---| -| **Ruby** | Rubocop | +| **Ruby** | RuboCop | | **Shell** | Shellcheck | | **Ansible** | Ansible-lint | | **YAML** | Yamllint |