From 62549ed4265e5e884061486b5d34a35ea6e6664a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Thu, 25 Apr 2024 14:23:49 +0200
Subject: [PATCH] docs: fix README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8c87598..cea5109 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ docker run --rm -v ./:/app/ projectdiscovery/nuclei # ...
 ### conformance IdP
 
 You need to setup a [conformance IdP](https://gitlab.software.geant.org/TI_Incubator/conformance-idp-deployment),
-with a [module](https://github.com/cicnavi/simplesamlphp-module-conformance) developed for SAML signature validation testing.
+which includes a [module](https://github.com/cicnavi/simplesamlphp-module-conformance) developed for SAML signature validation testing.
 
 Then you need to connect SPs to the conformance IdP (exchange metadata), so that regular SAML authentication works.
 
-- 
GitLab