From 49ec6989375ed8864d01c11f9a96b34011af02f9 Mon Sep 17 00:00:00 2001
From: Santiago Lo Coco <se23m504@technikum-wien.at>
Date: Sun, 20 Oct 2024 11:20:11 +0200
Subject: [PATCH] Update README.md

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3b84d5a..6bdbbdf 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # mixedreality
 
-To install the packages, follow these steps:
+## WebView
+
+To install the packages for the [WebView project](https://github.com/se23m504/WebView), follow these steps:
 
 1. Open your Unity project and select `Window` -> `Package Manager` from the file menu bar.
 2. Click the `+` icon within the `Package Manager` and select `Add package from git URL...`.
@@ -11,3 +13,12 @@ To install the packages, follow these steps:
    - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
    - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webview.unity`
 
+## WebRTC
+
+To install the packages for the [WebRTC project](https://github.com/se23m504/WebRTC), follow the same steps as above, but in step 3, use the following URLs:
+
+   - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.openxr`
+   - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.foundation`
+   - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.toolkit.standardassets`
+   - `https://github.com/se23m504/mixedreality.git?path=/com.microsoft.mixedreality.webrtc`
+