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 +```