From f89df67e865eeb29d47864843f6c718f66563eb7 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Tue, 28 Jan 2020 20:58:30 +0900 Subject: [PATCH] doc: fix readme --- Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md | 7 +++++-- README.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md index f026a0d..13d745e 100644 --- a/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md +++ b/Assets/Coffee/UIExtensions/SoftMaskForUGUI/README.md @@ -90,12 +90,15 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.8.1", + "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git", ... }, } ``` -To update the package, change `#{version}` to the target version. +To update the package, change prefix `#{version}` to the target version. + +* `"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.9.2",` + Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension). #### Using .unitypackage file (for Unity 2017.1 or later) diff --git a/README.md b/README.md index f026a0d..13d745e 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,15 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.8.1", + "com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git", ... }, } ``` -To update the package, change `#{version}` to the target version. +To update the package, change prefix `#{version}` to the target version. + +* `"com.coffee.softmask-for-ugui": "https://github.com/mob-sakai/SoftMaskForUGUI.git#0.9.2",` + Or, use [UpmGitExtension](https://github.com/mob-sakai/UpmGitExtension). #### Using .unitypackage file (for Unity 2017.1 or later)