From 37b0a0c5e2a3d6799a19039076b179895d10aaa8 Mon Sep 17 00:00:00 2001
From: Rivaldi <cbot59@users.noreply.github.com>
Date: Sat, 23 Apr 2022 06:02:19 +0700
Subject: [PATCH] Update README.adoc

Adding .springformat file do not apply changes even the configuration is set. Rename it to .springjavaformatconfig works as intended.
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 7068b857..a4956dc8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -236,7 +236,7 @@ You can download the latest version from https://repo1.maven.org/maven2/io/sprin
 ==== Enable the Plugin
 The plugin is automatically enabled when one or more of the following conditions match:
 
-* `.springformat` file exists
+* `.springjavaformatconfig` file exists
 * For a Maven-based project, `spring-javaformat-maven-plugin` plugin is defined in `pom.xml`
 * For a Gradle-based project, `io.spring.javaformat` plugin is applied