From ca47e8cde0cc5826e67255f2f077c086b3b75048 Mon Sep 17 00:00:00 2001 From: Matt Toohey Date: Thu, 7 Mar 2024 10:35:44 +1100 Subject: [PATCH] docs: Updated "ftl dev" command (#1017) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7c7ef89a9..e27011b11a 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 devel ./examples/echo ./examples/time +$ ftl dev ./examples/go ``` ## Best practices