From 2b9eedcfd4da9bb24e62b649ca6871952948f3a2 Mon Sep 17 00:00:00 2001 From: Helio Frota <00hf11@gmail.com> Date: Mon, 19 Aug 2024 17:06:51 -0300 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d124570..1606aab 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Increase the threshold to 1 with `-t 1` to print only exactly the same code bloc cargo run --release -- -d /home/foobar/Desktop/guac-rs -t 1 ``` -Ignores the scanning code on tests directory +Ignore scanning the code on tests directory ```shell cargo run --release -- -d /home/heliofrota/Desktop/tc/guac-rs/ -i tests