From 85f7181774fc1cbee230f83fe07756a670d95c96 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 May 2023 23:04:17 -0700 Subject: [PATCH] better --- examples/README.md | 2 +- examples/semantic-search-replace.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index f763d7597..468bd8c97 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,7 +4,7 @@ Here are some example transcripts that show how you can chat with Aider to gener 1. [**Hello World Flask App**](hello-world-flask.md): This example demonstrates how to create a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence. -2. [**Semantic Search & Replace**](semantic-search-replace.md): This example showcases Aider's ability to perform semantic search and replace operations in code, dealing with various formatting and semantic differences in the calls that it updates. +2. [**Semantic Search & Replace**](semantic-search-replace.md): This example showcases Aider's ability to perform semantic search and replace operations in code, dealing with various formatting and semantic differences in the function calls that it updates. 3. [**2048 Game Modification**](2048-game.md): This example demonstrates how to explore and modify the open-source 2048 game codebase, including adding randomness to the scoring system. diff --git a/examples/semantic-search-replace.md b/examples/semantic-search-replace.md index 542eef9cd..5d1c10353 100644 --- a/examples/semantic-search-replace.md +++ b/examples/semantic-search-replace.md @@ -86,6 +86,6 @@ Please note that I couldn't find the `self.io.tool_error()` method in the provid *Applied edit to aider/coder.py* *Applied edit to aider/coder.py* *Applied edit to aider/coder.py* -*919cfc2 aider: Replaced all self.console.print() calls with self.io.tool_error() calls with removed from the string.* +*919cfc2 aider: Replaced all self.console.print() calls with self.io.tool_error() calls with [red] removed from the string.*