From 1ed6b06432cafb1ed464119493bc3640a51260e5 Mon Sep 17 00:00:00 2001 From: niko Date: Fri, 9 Dec 2022 11:29:40 +0800 Subject: [PATCH] fix a typo in readme --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index eb5b5f120..cc309174d 100644 --- a/README.adoc +++ b/README.adoc @@ -132,7 +132,7 @@ You can run Maven from the root folder once the "common" module has been install ./mvnw clean install -Ptest ---- -(or `./scripts/runMavenBuild.sh`). Then you can build normally +(or `./scripts/runMavenBuilds.sh`). Then you can build normally [source,bash] ----