From 4179196e219521c766a087cc29dfe9b55bb9ec54 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 27 Aug 2024 16:30:08 -0400 Subject: [PATCH] xo-reflect: nit: README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e43dfd8..d39421b6 100644 --- a/README.md +++ b/README.md @@ -51,5 +51,5 @@ $ cmake --build xo-reflect/.build-ccov ### LSP support ``` $ cd xo-reflect -$ ln -s build/compile_commands.json # lsp will look for compile_commands.json in the root of the source tree +$ ln -s .build/compile_commands.json # lsp will look for compile_commands.json in the root of the source tree ```