diff --git a/docs/index.html b/docs/index.html index 89c1152..3c36a20 100644 --- a/docs/index.html +++ b/docs/index.html @@ -323,7 +323,7 @@

Point it at a merged PR.
Get a plain-English explanation.

HOW IT WORKS

-

Four steps, one command.

+

Init once. Then one command per PR.

01
@@ -335,11 +335,11 @@

HOW IT WORKS

03
-
It reads the diff + description via the GitHub CLI, combines it with your profile, and asks Claude to explain it.
+
It reads the diff + description via the GitHub CLI, combines it with your profile, and shells out to the Claude Code CLI to explain it.
04
-
Saved locally, added to a running index of every PR you've explained so far.
+
Saved under ~/.pr-explainer/explainers/, added to a running index of every PR you've explained so far.
@@ -389,7 +389,7 @@

Keep track of your own project

WHY NO API KEY

-

pr-explainer shells out to the Claude Code CLI already on your machine — if you already use it, this is free to try immediately. No separate API key, no signup, nothing new to pay for.

+

pr-explainer shells out to the Claude Code CLI already on your machine — if you already use it, this is free to try immediately. No separate Anthropic Console API key, no signup for this tool. You do need Claude Code installed and logged in, plus the GitHub CLI (gh).

@@ -409,7 +409,7 @@

INSTALL