From 61d7367a954b504e94ebc1ca30c2b5fae72b7398 Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Sat, 10 Feb 2024 11:40:38 +0100 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aca90b8..b5eb116 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ Example of `ols.json`: "enable_document_symbols": true, "enable_hover": true, "enable_snippets": true, - "profile": "default", - "profiles": [ + "profile": "default", + "profiles": [ { "name": "default", "checker_path": ["src"]}, - { "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