diff --git a/example-llm-workflows/README.md b/example-llm-workflows/README.md index b3d8c3e0..c205dc40 100644 --- a/example-llm-workflows/README.md +++ b/example-llm-workflows/README.md @@ -71,7 +71,7 @@ IPFS is running at http://127.0.0.1:5001/debug/vars EveryCLI has started a gateway that loads Wasm components onto [IPFS][ipfs] for persistent storage. It also prepares workflows and integrates with the Homestar runtime to schedule and execute workflows. -With EveryCLI up, in another window, let's POST a job/workflow to the local EveryCLI `localhost` endpoint, which will execute the [`simple.json`](./simple.json2) workflow on [Homestar][homestar]: +With EveryCLI up, in another window, POST a job/workflow to the local EveryCLI `localhost` endpoint, which will execute the [`simple.json`](./simple.json2) workflow on [Homestar][homestar]: ```console curl localhost:3000/run --json @simple.json