From 53a20d876b368967a7bc0dfa8ea9ddf99995121c Mon Sep 17 00:00:00 2001 From: valery1707 Date: Tue, 7 May 2024 15:38:52 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86de5fe..0433f87 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To create a [Spring Boot executable Java Archive](https://docs.spring.io/spring- (JAR) from the current project: ```java -@@BuildCommand(summary = "Creates an executable JAR for the project") +@BuildCommand(summary = "Creates an executable JAR for the project") public void bootjar() throws Exception { new BootJarOperation() .fromProject(this)