diff --git a/docs/simplesamlphp-modules.md b/docs/simplesamlphp-modules.md
index ed0df99828b979396e83715f80337c86592c6a10..466e42200e25386e99ec2f14b923787b05f56b65 100644
--- a/docs/simplesamlphp-modules.md
+++ b/docs/simplesamlphp-modules.md
@@ -152,10 +152,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'],