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 ```