xo-reflect: nit: README typo

This commit is contained in:
Roland Conybeare 2024-08-27 16:30:08 -04:00
commit 4179196e21

View file

@ -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
```