Skip to content

Commit 0b30cb2

Browse files
authored
Update README.md
1 parent dd9fe42 commit 0b30cb2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,13 @@ This plugin adds support for the `arxiv:` fragment prefix. You can use it to loa
2323

2424
```bash
2525
# Load by ID (new format)
26-
llm fragment arxiv:2310.06825
26+
llm -f arxiv:2310.06825
2727

2828
# Load by ID (old format)
29-
llm fragment arxiv:hep-th/0101001
29+
llm -f arxiv:hep-th/0101001
3030

3131
# Load by URL
32-
llm fragment arxiv:https://arxiv.org/abs/2310.06825
33-
```
34-
35-
You can pipe the output to LLM commands:
36-
37-
```bash
38-
llm -f arxiv:2310.06825 -m claude-3-haiku "Summarize this paper"
32+
llm -f arxiv:https://arxiv.org/abs/2310.06825
3933
```
4034

4135
## Development

0 commit comments

Comments
 (0)