From c96e58be7f441d70fc5bb03ba4a8ece9884646f8 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 27 Mar 2026 15:28:13 +0800 Subject: [PATCH] Update ToC display text to match CLI category headings Follow-up to #2998: the anchor links were updated but the display text still said "Command-line Interface Development" and "Command-line Tools". Now matches the actual headings. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b53b38..524b4ed 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ An opinionated list of Python frameworks, libraries, tools, and resources. **CLI & GUI** -- [Command-line Interface Development](#cli-development) -- [Command-line Tools](#cli-tools) +- [CLI Development](#cli-development) +- [CLI Tools](#cli-tools) - [GUI Development](#gui-development) **Text & Documents**