From a8be6408f50b8301fef8c9870018eba05ca17a81 Mon Sep 17 00:00:00 2001
From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de>
Date: Wed, 3 May 2023 13:56:09 +0000
Subject: [PATCH] Update public/webXR/2-Hit.html

---
 public/webXR/2-Hit.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/webXR/2-Hit.html b/public/webXR/2-Hit.html
index 8b2c0df..307ac68 100644
--- a/public/webXR/2-Hit.html
+++ b/public/webXR/2-Hit.html
@@ -15,7 +15,7 @@
 
 <!-- Starting an immersive WebXR session requires user interaction.
     We start this one with a simple button. -->
-<button onclick="activateXR()">Start Hit to Place Demo</button>
+<button onclick="activateXR()">Start Tap to Place Demo</button>
 <script>
 async function activateXR() {
   // Add a canvas element and initialize a WebGL context that is compatible with WebXR.
-- 
GitLab