From f4d5567b76770391ba52c007972d3d46909633e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Mon, 4 Jul 2022 21:50:11 +0100 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3ac44..a53bc59 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * **Ease of use**: With an intuitive, reliable and stable API, flacoco can be easily used in other projects such as automated program repair tools. * **Compatibility**: - * Supports JUnit3, Junit4 and JUnit5. + * Supports JUnit3, JUnit4 and JUnit5. * Supports Java 1 to Java 17 bytecode. * Runs on Java 8 to Java 17. * Runs on Linux, MacOS and Windows.