diff --git a/README.md b/README.md index c3da200be17faa1aa6ec4a5b533fb4a9e68d3460..41243dfa845f985705c480ea9a8da62d45f8ef6d 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,11 @@ All flags are optional if configured in `~/.config/garble/config.toml`. ### Flags -- `--provider` — Provider ID (e.g. `openai`, `anthropic`, `google`) -- `--model` — Model ID (e.g. `gpt-4o`, `claude-3-opus`, `gemini-1.5-pro`) -- `--directions` — Instructions for how to transform the input +| Flag | Description | Example values | +| -------------- | ------------------------------------------- | ------------------------------------------- | +| `--provider` | Provider ID | `openai`, `anthropic`, `google` | +| `--model` | Model ID | `gpt-4o`, `claude-3-opus`, `gemini-1.5-pro` | +| `--directions` | Instructions for how to transform the input | `"fix grammar and spelling"` | ### Configuration