Fix README - install master branch using UPM

This commit is contained in:
Adam Ramberg 2019-03-18 00:05:35 +01:00
parent bdf81a5e9c
commit 2a8cafa1ae

View File

@ -24,7 +24,7 @@ Go to your projects `Packages/manifest.json` and add this:
"dependencies": {
...
"com.mambojambostudios.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git#v1.0.0",
"com.mambojambostudios.unity-atoms": "https://github.com/AdamRamberg/unity-atoms.git",
...
}