From 5872612f78e063ae87deef05e13a8b11a3798625 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Wed, 6 Mar 2024 09:48:59 +1100 Subject: [PATCH] Updated ftl dev command to handle both go examples --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78ea0b78c..bf3d6a6de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Once the Hermit environment is activated you can type the following to start a hot-reloading ftl agent: ``` -$ ftl dev ./examples/echo ./examples/time +$ ftl dev ./examples/go ``` You can then view the console at `http://localhost:8892`