From fbf0e9faeafbe3bcaa6b246249a2cc5e59596402 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 13 Nov 2022 13:50:11 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4eaaaf..eeed3b5 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ For excluding files/directories from being scanned use `lychee.toml` and `exclude_path`. ```toml -exclude_path = ["some/path", "*/dev/*] +exclude_path = ["some/path", "*/dev/*"] ``` ### Caching