From 5c20cae99f7d6ac4550216d0679257e5e241d8db Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Wed, 1 May 2024 11:56:48 -0400 Subject: [PATCH] Update example-llm-workflows/README.md Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com> Signed-off-by: Zeeshan Lakhani --- example-llm-workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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