Match example output to reality

Refs https://github.com/simonw/llm-fragments-github/issues/4

Refs #941
This commit is contained in:
Simon Willison 2025-04-20 08:01:58 -07:00
parent c9f64096c9
commit fa34d7d452

View file

@ -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"
```