From 27738a727e023220c2f2779fdb88028a072edd67 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Tue, 19 May 2020 11:45:50 +0200
Subject: [PATCH] Fix example

---
 docs/simplesamlphp-modules.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md
index 111c14f3b..c50bffb1d 100644
--- a/docs/simplesamlphp-modules.md
+++ b/docs/simplesamlphp-modules.md
@@ -142,10 +142,10 @@ this:
 
     'example-static' => [
       /* This maps to modules/exampleauth/lib/Auth/Source/Static.php */
-      'exampleauth:Static',
+      'exampleauth:StaticSource',
     
       /* The following is configuration which is passed on to
-       * the exampleauth:Static authentication source. */
+       * the exampleauth:StaticSource authentication source. */
       'uid' => 'testuser',
       'eduPersonAffiliation' => ['member', 'employee'],
       'cn' => ['Test User'],
-- 
GitLab