aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a556c7..ddd69d9 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Example of `ols.json`:
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true,
- "profile": "windows",
+ "profile": "windows_profile",
"profiles": [
{ "name": "linux_profile", "os": "linux", "checker_path": "src/main.odin"},
{ "name": "windows_profile", "os": "windows", "checker_path": "src"}