From d79e21ada5821ed25bb87acc92081af0d5e71027 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 18 Sep 2023 12:27:12 +0200 Subject: [PATCH] doc: fix format of example follow-up to 8f79998a9471e31876b87f10ba789d749110f464 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f3ccda4..ac397063 100644 --- a/README.md +++ b/README.md @@ -271,11 +271,12 @@ This feature is fully compatible with [exclude-path](#exclude-path) and [include * requirements: `optional` * example: `"build/**"` * example for multiple values: - ``` - scan-directory: | - build/** - testing - ``` + +```yml +scan-directory: | + build/** + testing +``` ### exclude-path