From e29458b3b9f4cca4f3978cb0da05d2675d67a8ca Mon Sep 17 00:00:00 2001 From: Scott Kerr Date: Tue, 12 Mar 2024 06:44:39 -0400 Subject: [PATCH] Fix readme for application run command-line example --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index a2ef6d8..2ff8146 100644 --- a/Readme.md +++ b/Readme.md @@ -162,7 +162,7 @@ cd grobid/dataseer-ml ## Start the service ```console -./gradlew appRun +./gradlew run ``` ## Service console