diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2024-01-23 19:36:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-23 19:36:56 +0100 |
| commit | 795f8d5718afeee6bb06b28bcce091719336326f (patch) | |
| tree | 9a81f32162c90cc0324236269eefdfd02a340474 /README.md | |
| parent | c01c4b0e9b92fbcfb17f459a89a7fa3de14f1eff (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -43,8 +43,7 @@ Example of `ols.json`: { "$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json", "collections": [ - { "name": "core", "path": "c:/path/to/Odin/core" }, - { "name": "shared", "path": "c:/path/to/MyProject/src" } + { "name": "custom_collection", "path": "c:/path/to/collection" }, ], "enable_semantic_tokens": false, "enable_document_symbols": true, |