From 4af3b625679de203481dd2fa10ffa34fd912fdf3 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 27 Sep 2022 07:44:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b90f3..c0d40c9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Please note that some views do not work without a metric backend (e.g., the Syst ## Howto Build and Run There is a Makefile to automate the build of cc-backend. The Makefile supports the following targets: -* `$ make`: Initialize `var` directory and build svelte frontend and backend binary. Please note that there is no proper prerequesite handling. Any change of frontend source files will trigger a omplete rebuild. +* `$ make`: Initialize `var` directory and build svelte frontend and backend binary. Please note that there is no proper prerequesite handling. Any change of frontend source files will trigger a complete rebuild. * `$ make clean`: Clean go build cache and remove binary * `$ make test`: Run the tests that are also run in the GitHub workflow setup.