From 75589d77f3deab257cd32e771cb888898eb962a4 Mon Sep 17 00:00:00 2001 From: Gilles Dubuc Date: Fri, 6 Mar 2026 12:12:14 +0100 Subject: [PATCH 1/2] Fix claude marketplace syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d5efd..57cb657 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Although the tool works perfectly fine when you just tell your agent to use it o **Claude Code** — Install the plugin (recommended): ```bash -claude marketplace add tobi/qmd +claude plugin marketplace add tobi/qmd claude plugin add qmd@qmd ``` From 7f8e33e0a9e7909061bc8a4c0c2b09221dc558e1 Mon Sep 17 00:00:00 2001 From: Gilles Dubuc Date: Fri, 6 Mar 2026 12:14:16 +0100 Subject: [PATCH 2/2] Fix plugin install syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57cb657..f83ef0c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Although the tool works perfectly fine when you just tell your agent to use it o ```bash claude plugin marketplace add tobi/qmd -claude plugin add qmd@qmd +claude plugin install qmd@qmd ``` Or configure MCP manually in `~/.claude/settings.json`: