From f930d9c52f3908b5480c01ca544f23d53243ee73 Mon Sep 17 00:00:00 2001 From: zhaoshengmeng626 Date: Thu, 2 Apr 2026 21:24:06 +0800 Subject: [PATCH] fix(docs): normalize capitalization in lark-approval skill description (#233) Lowercase "Approval" to "approval" and uppercase the leading "query" to "Query" so the description follows the same sentence-case convention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e4c1813d..a01bcb964 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ lark-cli auth status | `lark-minutes` | Minutes metadata & AI artifacts (summary, todos, chapters) | | `lark-openapi-explorer` | Explore underlying APIs from official docs | | `lark-skill-maker` | Custom skill creation framework | -| `lark-approval` | query Approval tasks, approve/reject/transfer tasks, cancel and CC instances | +| `lark-approval` | Query approval tasks, approve/reject/transfer tasks, cancel and CC instances | | `lark-workflow-meeting-summary` | Workflow: meeting minutes aggregation & structured report | | `lark-workflow-standup-report` | Workflow: agenda & todo summary |