diff --git a/public/index.html b/public/index.html
index 48b82e5c4a092f828546300970f3ca67a57ccfc1..8c1f716fb7a8f04b2a00f1cac779096c9e19c1c1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,7 +13,7 @@
 
 <!-- Starting an immersive WebXR session requires user interaction.
     We start this one with a simple button. -->
-<button onclick="activateXR()">Start Static Geometries</button>
+<button onclick="activateXR()">Start Geometries</button>
 <script>
 async function activateXR() {
   // Add a canvas element and initialize a WebGL context that is compatible with WebXR.