From 618c5db33d64410aa05feff3b9698171101c6a54 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Thu, 8 Feb 2024 12:23:56 +0100 Subject: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddd69d9..afc58f6 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Example of `ols.json`: "enable_snippets": true, "profile": "windows_profile", "profiles": [ - { "name": "linux_profile", "os": "linux", "checker_path": "src/main.odin"}, - { "name": "windows_profile", "os": "windows", "checker_path": "src"} + { "name": "linux_profile", "os": "linux", "checker_path": ["src/main.odin"]}, + { "name": "windows_profile", "os": "windows", "checker_path": ["src"]} ] } ``` -- cgit v1.2.3