From 8fdfe4e83f83d6c35f9cd9d33fa21da8271e804b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=86=E7=A7=8058?= <86288566+lingxiu58@users.noreply.github.com> Date: Fri, 24 Apr 2026 15:18:49 +0800 Subject: [PATCH] fix: remove stray quote in img attribute and fix ToC table column count The img tag on line 2 had an orphaned double-quote between the width attribute and the alt attribute, making the HTML invalid. Also fixed the Table of Contents Markdown table whose header declared 4 columns while the first data row contained 5 cells. Signed-off-by: Cocoon-Break <86288566+lingxiu58@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64032cf..9088549 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - claude-skills + claude-skills @@ -51,7 +51,7 @@ The most contributed Agent Skills repository, built and maintained together with ### Official Skills by -| | | | | +| | | | | | |---|---|---|---| | [Claude](#official-claude-skills) | [VoltAgent](#skills-by-voltagent) | [Angular](#skills-by-angular) | [Composio](#skills-by-composio-team) | [Supabase](#skills-by-supabase-team) | | [Google Gemini](#skills-by-google-gemini) | [Stripe](#skills-by-stripe-team) | [Courier](#skills-by-courier) | [CallStack](#skills-by-callstack) |