diff --git a/README.md b/README.md
index 5b5c9b0..286d31b 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,29 @@ Basic configuration for the checkout action works like this:
```
IMPORTANT: v1.0.0 currently has NO support for a custom checkout path.
-You can automatically generate a clover report file with every PHPUnit run by adding the following configuration to your phpunit.xml file:
+You can automatically generate a clover report file with every PHPUnit run by adding specific configuration to your phpunit.xml file. For PHPUnit v9 use something like following:
+```xml
+
+
+ src
+
+
+
+
+
```
-
-
- src
-
-
-
-
-
+Since PHPUnit v10.1 file and folder filtering must be declared with a `source` element:
+```xml
+
+
+
+
+
+
```
# Recommended configuration