diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-02-08 10:02:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-08 10:02:32 +0100 |
| commit | 3e31d738546993b30fcde69b5d31ba88e64bfd39 (patch) | |
| tree | 6f890ae4f81a649c25a1f3ebe1da7e87d95acff5 /README.md | |
| parent | 90244dd6d16c2499f05a12a2ab7c00769aeecd47 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"} |