From 91f6390e80ca819e2605184d270ffc93e8647a9b Mon Sep 17 00:00:00 2001 From: tim <89766111+timothyckl@users.noreply.github.com> Date: Fri, 1 May 2026 16:03:39 +0800 Subject: [PATCH] chore: eplace image in README Updated the image in the README with a new asset link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b2a1f..792da3a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A minimal Neovim plugin for applying LLM edits to a visual selection or range. Tau sends your instruction, selected code, nearby context, and optional context files to an OpenAI-compatible `/chat/completions` API, then streams the proposed edit back into Neovim for review. -image +image ## Install