From 795f8d5718afeee6bb06b28bcce091719336326f Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Tue, 23 Jan 2024 19:36:56 +0100 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.3