From 5c766d185b1f7c122b299c205b505826a32ec278 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Tue, 1 Aug 2023 10:49:37 +0200 Subject: [PATCH] * Repair a wronly defined path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9942ee6..384faf6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ sbt jacoco Report should be available on path `{project-root}/testApi/target/scala-2.13/jacoco/report/html` ### How to generate jars -Run command from path `{project-root}` +Run command from path `{project-root}/testApi` ``` sbt assembly ```