diff --git a/uw-spring-security-sample-war/src/main/webapp/index.html b/uw-spring-security-sample-war/src/main/webapp/index.html
index 3a20a78726529d4b7c6abe4fe4438812b33eca9e..55239678978f749284d7a71b004ea9ce3c204630 100644
--- a/uw-spring-security-sample-war/src/main/webapp/index.html
+++ b/uw-spring-security-sample-war/src/main/webapp/index.html
@@ -52,7 +52,7 @@
   </ol>
 
   <h3>combined-simulate-federation</h3>
-  <p>Start VM with 'mvn clean install jetty:run -P combined-simulate-netid', visit http://localhost:8080/.</p>
+  <p>Start VM with 'mvn clean install jetty:run -P combined-simulate-federation', visit http://localhost:8080/.</p>
   <ol>
     <li>Click 'Lazy with "ignorepreauth"', expect "anonymousUser".</li>
     <li>Visit http://localhost:8080/index.html. Click 'Lazy authentication', expect JSON object representing UWUserDetails for 'Amy Administrator'. Confirm 'source' attribute is 'edu.wisc.uwss.preauth.federation'.</li>