From fa34d7d45279f176bde19eeb78d20135227bbc52 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 20 Apr 2025 08:01:58 -0700 Subject: [PATCH] Match example output to reality Refs https://github.com/simonw/llm-fragments-github/issues/4 Refs #941 --- docs/fragments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fragments.md b/docs/fragments.md index cc9c8e7..59c65fb 100644 --- a/docs/fragments.md +++ b/docs/fragments.md @@ -159,13 +159,13 @@ llm fragments loaders Example output: ``` github: - Load files from a GitHub repository as fragments. + Load files from a GitHub repository as fragments Argument is a GitHub repository URL or username/repository issue: Fetch GitHub issue and comments as Markdown - argument is either "owner/repo/NUMBER" + Argument is either "owner/repo/NUMBER" or "https://github.com/owner/repo/issues/NUMBER" ``` \ No newline at end of file