From 3df63807fc1b916f808e0982eee34652f3cc4188 Mon Sep 17 00:00:00 2001 From: Dillan Date: Tue, 28 Mar 2023 15:29:45 +0200 Subject: [PATCH] Updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b0980..32397e7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We also provide a factory implementation to access modules program or scene wide - It is **not** a replacement or in competition with MonoBehaviours, MonoBehaviours are still useful for view related logic. # Installation -Using Unity's Package Manager (UPM), select Add New Package from Git URL, and paste the following URL: https://github.com/RenderHeads/UnityPlugin-ModulePattern/tree/master/Packages/RH.ModulePattern +Using Unity's Package Manager (UPM), select Add New Package from Git URL, and paste the following URL: https://github.com/RenderHeads/UnityPlugin-ModulePattern.git?path=/Packages/RH.ModulePattern # Usage There are only three useful files in this repository: