aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe2a049..5094826 100644
--- a/README.md
+++ b/README.md
@@ -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,