From 1410eac011ce759a4a773511d82c066e0096f149 Mon Sep 17 00:00:00 2001
From: tim <89766111+timothyckl@users.noreply.github.com>
Date: Fri, 1 May 2026 15:53:43 +0800
Subject: [PATCH] chore: replace image in README.md
Updated the image in the README with a new one.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 497526c..f4b2a1f 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.
-
+
## Install