From fe099b8e7f32f9c028136fe20d100362f7631a55 Mon Sep 17 00:00:00 2001 From: OliverNChalk Date: Sat, 4 Jun 2022 16:13:37 -0500 Subject: [PATCH] fix: typo `require` -> `requires` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3773a78..aed65f9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: ## Advanced compilation -If the project require advanced compilation setting, set `ignore-compile` to true and follow the compilation steps before running slither. See the [examples](#examples) section. +If the project requires advanced compilation setting, set `ignore-compile` to true and follow the compilation steps before running slither. See the [examples](#examples) section. ## Triaging results