From ceddd9ba36ff86454a9cbdba00d40bf8ceb57a8f Mon Sep 17 00:00:00 2001 From: Clint Date: Fri, 27 Sep 2024 15:11:41 -0500 Subject: [PATCH] chore: fix typo in README (#396) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5fe7de..5ea73d7f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ When running in cluster, the Runtime pod will need more or less resources based 1. clone this repo 1. compile: `uds run compile` -1. run: `./build/main` +1. run: `./build/uds-runtime` ## Quickstart Development