From 0bf8022c7c90d80f077d2ca7273a7cbb7a39f44f Mon Sep 17 00:00:00 2001 From: Florian Spiess Date: Tue, 26 Oct 2021 08:37:06 +0200 Subject: [PATCH] Reintroduced link fixes in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b41b12..0a986e7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For a guide on how to setup cineast, please see [Cineast's Github page](https:// To use this package in unity, the `manifest.json` has to be expanded by the following entry: ```json -"com.vitrivr.unityinterface.cineastapi": "https://github.com/vitrivr/UnityInterface.git#release" +"com.vitrivr.unityinterface.cineastapi": "https://github.com/vitrivr/CineastUnityInterface.git" ``` The Unity Package Manager ( _upm_ ) will take care of downloading and linking this package.