Skip to content

Commit ba5b244

Browse files
committed
Minor example correction
1 parent a213ae5 commit ba5b244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ The plugin provides a single `Patch` toolbox with five core operations:
5050

5151
```bash
5252
# Make a single edit
53-
llm -c prompt -m gpt-4o-mini "Change port 8080 to 3000 in config.txt" --tool Patch --ta
53+
llm prompt -m gpt-4o-mini "Change port 8080 to 3000 in config.txt" --tool Patch --ta
5454
```
5555

5656
```bash
5757
# Make multiple edits
58-
llm -c prompt -m gpt-4o-mini "Add a smiley face to the first heading in README.md" --tool Patch --ta --chain-limit 0
58+
llm prompt -m gpt-4o-mini "Add a smiley face to the first heading in README.md, then a thank you emoji to the last heading" --tool Patch --ta --chain-limit 0
5959
```
6060

6161
### Recommended Options

0 commit comments

Comments
 (0)