From 10ffa698d71ae5998ef0af478149b9d59afddcfc Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Fri, 25 Feb 2022 16:10:07 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9dddf..960fda6 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ Fixed a bug where multiline log messages (for example Messages that contain a st ### Updating from Version 3.2.x or lower to Version 3.3.x or higher -Since the old API has been deprecated in 3.3.0 in preparation for 4.0, existing assertions should be replaced. So for example: +Since the old API has been deprecated in 3.3.0 existing assertions should be replaced in preparation for 4.0. So for example: ```java ...