diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-08 12:23:56 +0100 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2024-02-08 12:23:56 +0100 |
| commit | 618c5db33d64410aa05feff3b9698171101c6a54 (patch) | |
| tree | ffc3df1f779c3ca67365d1030d1d20a09b10facc /README.md | |
| parent | c15b049a595b078635a3e1e940e89ba3086d4284 (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"]} ] } ``` |