From 8839bd256ad917722e88eda5b53a06dab5afb952 Mon Sep 17 00:00:00 2001 From: Christopher Gardella <44123552+cmgardella@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:02:42 -0400 Subject: [PATCH] docs: fix start-host script reference in README The README pointed to scripts/start-host, but the actual script is scripts/start-host.sh. Co-Authored-By: Claude Sonnet 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a277477f2f..75fd8b3d2e5 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,10 @@ There exists a "dev" mode in which we can use ember-cli to host the card runtime ### With staging or production -You can develop the host application locally backed by the staging or production infrastructure by running `scripts/start-host [environment]`. +You can develop the host application locally backed by the staging or production infrastructure by running `scripts/start-host.sh [environment]`. ``` -scripts/start-host production +scripts/start-host.sh production … Build successful (27238ms) – Serving on https://localhost:4200/ …