From d243c476444cfe22960acdb57308ed26732aef20 Mon Sep 17 00:00:00 2001 From: Guillem SC Date: Thu, 2 Jun 2022 22:35:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6109a48..cbdff43 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Unity does not support resolving dependences from a git url. Because of that, yo "com.juce.utils": "git+https://github.com/Juce-Assets/Juce-Utils", "com.juce.core": "git+https://github.com/Juce-Assets/Juce-Core", "com.juce.coreunity": "git+https://github.com/Juce-Assets/Juce-CoreUnity", - "com.juce.scenemanagement": "git+https://github.com/Juce-Assets/Juce-SceneManagement", "com.juce.tween": "git+https://github.com/Juce-Assets/Juce-Tween", "com.juce.tweencomponent": "git+https://github.com/Juce-Assets/Juce-TweenPlayer", + "com.juce.scenemanagement": "git+https://github.com/Juce-Assets/Juce-SceneManagement", "com.juce.input": "git+https://github.com/Juce-Assets/Juce-Input", }, ```