From c232d50d8fa7f1e71491f995d03526d6a917b0f9 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Sat, 11 Jan 2025 13:46:12 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e72ae2e..82fc2cd 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Don't forget to include the _Spring Boot Loader_ dependency to your project: ```java scope(standalone) - .include(dependency("org.springframeworkboot:spring-boot-loader:3.4.1")); + .include(dependency("org.springframework.boot:spring-boot-loader:3.4.1")); ``` Please check the [BootJarOperation documentation](https://rife2.github.io/bld-spring-boot/rife/bld/extension/BootJarOperation.html#method-summary)