From 1a7f2fa4a2cc95434ed5a27407d75cfb669d73f3 Mon Sep 17 00:00:00 2001
From: Daniel Rupp <daniel.rupp@rwth-aachen.de>
Date: Tue, 15 Apr 2025 09:07:44 +0200
Subject: [PATCH] updated readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 196d883..74c630c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Please note, that this cannot replace real testing on an HMD, but allows simple
 ## Adding to your project
 Ideally you should add this plugin as a submodule to your project by executing 
 ```
-git submodule add -b 5.3 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/tools/hmd-simulator.git Plugins/HMDSimulator
+git submodule add -b 5.5 https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/tools/hmd-simulator.git Plugins/HMDSimulator
 ```
 in the root of your project. 
 After starting the editor, you should check in `Edit->Plugins` if the plugin is enabled. 
-- 
GitLab