Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Refs #19
  • Loading branch information
simonw authored Oct 29, 2024
1 parent 924a9aa commit e065c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ llm -m claude-3-haiku 'Fun facts about armadillos'
Images are supported too:
```bash
llm -m claude-3.5-sonnet 'describe this image' -a https://static.simonwillison.net/static/2024/pelicans.jpg
llm -m claude-3-haiku 'extract text' page.png
llm -m claude-3-haiku 'extract text' -a page.png
```

## Development
Expand Down

0 comments on commit e065c6d

Please sign in to comment.