diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md
index 111c14f3ba79c6c29dcbef931270eb51dcfda7bb..c50bffb1d7706614d21d2885314cf8ca1ddd2143 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'],