From 8b2166366fda23a96f64c72c50b5b9a253229c79 Mon Sep 17 00:00:00 2001 From: ChristianWulf Date: Tue, 23 Apr 2019 00:00:11 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0b3e9e..4d02928 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dazzle +# dazzle - the API-Break Checker (abc) Detects invalid changes from one version to another version of an application. A similar, but outdated tool is [clirr](http://clirr.sourceforge.net/index.html). For example, an invalid change is a change of a public type, field, or method which has not been marked with the @Deprecated annotation in the version prior to the change.