From fbb75b15ba1a6c43b49c164421b294359701096a Mon Sep 17 00:00:00 2001 From: Dumildes Paulo <72232653+DumiJDev@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:36:56 +0100 Subject: [PATCH] docs: rename chekstyle for app from kit to app (#671) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80c68e553..4d6a02f60 100644 --- a/README.md +++ b/README.md @@ -108,5 +108,5 @@ mvn checkstyle:checkstyle There will be a report for each sub-project, one for `app` and one for `kit`. * Kit: `kit/target/site/checkstyle.html` -* App: `kit/target/site/checkstyle.html` +* App: `app/target/site/checkstyle.html`