diff --git a/README.md b/README.md index ff72647a5..33b2736bc 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ Docker-backed GPU sandboxes auto-select CDI when available and otherwise fall ba | `openshell sandbox create -- ` | Create a sandbox and launch an agent. | | `openshell sandbox connect [name]` | SSH into a running sandbox. | | `openshell sandbox list` | List all sandboxes. | -| `openshell provider create --type [type]] --from-existing` | Create a credential provider from env vars. | +| `openshell provider create --type [type] --from-existing` | Create a credential provider from env vars. | | `openshell policy set --policy file.yaml` | Apply or update a policy on a running sandbox. | | `openshell policy get ` | Show the active policy. | | `openshell inference set --provider

--model ` | Configure the `inference.local` endpoint. |