Skip to content

Commit 9949e4c

Browse files
Fix POM markup in README (#324)
1 parent 9d8087c commit 9949e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Add openapi-diff to your POM to show diffs when you test your Maven project. You
142142
<!-- Fail only if API changes broke backward compatibility (default: false) -->
143143
<failOnIncompatible>true</failOnIncompatible>
144144
<!-- Fail if API changed (default: false) -->
145-
<failOnChanged>true</failOnIncompatible>
145+
<failOnChanged>true</failOnChanged>
146146
</configuration>
147147
</execution>
148148
</executions>

0 commit comments

Comments
 (0)