From fc7f844b0a6ffdf02bf90db350ea72e3d8218c75 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Fri, 7 Oct 2022 00:26:05 +0200
Subject: [PATCH] Adjust readme docs for the upscaling module

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 modules/upscaling/README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/modules/upscaling/README.md b/modules/upscaling/README.md
index 57f6dbdc..9c4bed67 100644
--- a/modules/upscaling/README.md
+++ b/modules/upscaling/README.md
@@ -6,10 +6,11 @@ A VkCV module to upscale images in realtime
 
 ### Dependencies (required):
 
-| Name of dependency | Used as submodule |
-|----------------------------------------------------|---|
-| [FidelityFX-FSR](https://github.com/GPUOpen-Effects/FidelityFX-FSR/)   | ✅ |
-| [NVIDIAImageScaling](https://github.com/NVIDIAGameWorks/NVIDIAImageScaling/)   | ✅ |
+| Name of dependency                                                           | Used as submodule |
+|------------------------------------------------------------------------------|---|
+| [FidelityFX-FSR](https://github.com/GPUOpen-Effects/FidelityFX-FSR/)         | ✅ |
+| [NVIDIAImageScaling](https://github.com/NVIDIAGameWorks/NVIDIAImageScaling/) | ✅ |
+| [FidelityFX-FSR2](https://github.com/GPUOpen-Effects/FidelityFX-FSR2/)       | ✅ |
 
 ## Docs
 
-- 
GitLab