From 963d85325d335e84b06fce0d9be63f2321c2a52a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 23 Apr 2025 07:52:17 -0700 Subject: [PATCH] Files not file --- docs/fragments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fragments.md b/docs/fragments.md index 59c65fb..829cddd 100644 --- a/docs/fragments.md +++ b/docs/fragments.md @@ -131,7 +131,7 @@ llm logs -c --json --expand LLM plugins can provide custom fragment loaders which do useful things. -One example is the [llm-fragments-github plugin](https://github.com/simonw/llm-fragments-github). This can convert the file from a public GitHub repository into a list of fragments, allowing you to ask questions about the full repository. +One example is the [llm-fragments-github plugin](https://github.com/simonw/llm-fragments-github). This can convert the files from a public GitHub repository into a list of fragments, allowing you to ask questions about the full repository. Here's how to try that out: @@ -168,4 +168,4 @@ issue: Argument is either "owner/repo/NUMBER" or "https://github.com/owner/repo/issues/NUMBER" -``` \ No newline at end of file +```