From e6d0c042b82e5ef65d6b4447241287f36cf9ca3a Mon Sep 17 00:00:00 2001 From: Sylvernus Akubo Date: Sat, 5 Nov 2022 16:02:01 +0100 Subject: [PATCH] FIX: restart command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5118b..846e5d3 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cd web yarn install # Run websocket server and serve frontend -go run main.go api +go run main.go dashboard --config config-test.yaml ``` ## Deployment