From 27c041017cd0424015045f57cca8a8aa6c50ab0c Mon Sep 17 00:00:00 2001 From: Greg Poole Date: Wed, 26 Jun 2019 21:17:12 +1000 Subject: [PATCH] Fix incorrect git URL in instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 000866e..279bd77 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To install this project as a dependency using the Unity Package Manager, add the following line to your project's `manifest.json`: ``` -"com.github.siccity.xnode": "git+https://github.com/siccity/xNode" +"com.github.siccity.xnode": "git+https://github.com/siccity/xNode.git" ``` Then, to access the `XNode` namespace from your code, make sure you have a valid [Assembly Definition](https://docs.unity3d.com/Manual/ScriptCompilationAssemblyDefinitionFiles.html) set up,