From 6bd090bb50f591166857d6df1797646c7ce7c7b8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 29 Aug 2024 10:13:19 -0700 Subject: [PATCH] copy --- aider/website/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index d8429203c..b958cb3ae 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -78,7 +78,7 @@ a high level map of the other repo. Inside each repo, you could run `aider docs.md` and work with aider to write some markdown docs. Then while using aider to edit repo-A -you can then `/read ../path/to/repo-B/docs.md` to +you can `/read ../path/to/repo-B/docs.md` to read in those docs from the other repo.