From 4c1ebd7e5baa8ae7463097e9b70090f8ff90c342 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 07:35:47 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 462864f1e..a9f6e87bc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Here are some example transcripts that show how you can chat with `aider` to wri * [**Complex Multi-file Change with Debugging**](https://aider.chat/examples/complex-change.html): A complex code change involving multiple source files and debugging. -* [**Create a Black Box Test Case**](add-test.md): Creating a "black box" test case without access to the source of the method being tested, using only a [ctags based repo map](https://aider.chat/docs/ctags.html). +* [**Create a Black Box Test Case**](add-test.md): Creating a "black box" test case without access to the source of the method being tested, using only [a high level map of the repository based on ctags](https://aider.chat/docs/ctags.html). You can find more chat transcripts on the [examples page](https://aider.chat/examples/).