aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files 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"]}
]
}
```