From 1e6922641aafba376f7b042d0469f41816921f00 Mon Sep 17 00:00:00 2001 From: Lutchy Horace Date: Wed, 16 Apr 2025 17:19:18 -0400 Subject: [PATCH] FFs, proof read it! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9bcc0..c704ecd 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ CodeRecall/ ├── lancedb_ingest.py # Ingest codebase + Git into LanceDB ├── lancedb_context_provider.py # VS Code Continue context provider ├── config.ini.example # Ollama + LanceDB settings -├── lancedb-data/ # LanceDB persistence directory -└── config.json # Continue extension config +├── lancedb-data/ # LanceDB persistence directory +└── config.yaml.example # Continue extension config ``` ---