From 9441f4100c5d95185b9125d45d0eaaf216267ee3 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Fri, 8 Aug 2025 17:57:40 +0900 Subject: [PATCH] fix: fix URL link in README close #376 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e049ec..5e7db7f 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ _This package requires **Unity 2018.3 or later**._ #### Install as Embedded Package -1. Download a source code zip file from [Releases](https://github.com/mob-sakai/ParticleEffectForUGUI.git/releases) and extract it. +1. Download a source code zip file from [Releases](https://github.com/mob-sakai/ParticleEffectForUGUI/releases) and extract it. 2. Place it in your project's `Packages` directory. ![](https://github.com/mob-sakai/mob-sakai/assets/12690315/0b7484b4-5fca-43b0-a9ef-e5dbd99bcdb4) - If you want to fix bugs or add features, install it as an embedded package.