diff --git a/README-RU.md b/README-RU.md index f62ea23..61c7e47 100644 --- a/README-RU.md +++ b/README-RU.md @@ -66,7 +66,7 @@ DebugX.Draw(duration, color).*Gizmo Function*(...); ### Unity-Package Поддерживается установка в виде Unity-модуля, достаточно скопировать Git-URL [в PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) или в `Packages/manifest.json`. Скопируйте этот Git-URL для установки актуальной рабочей версии: ``` -https://github.com/DCFApixels/Unity-DebugX +https://github.com/DCFApixels/Unity-DebugX.git ``` ### 作为源代码 Пакет так же может быть напрямую скопирован в папку проекта. diff --git a/README-ZH.md b/README-ZH.md index 515eaea..b3e4c5b 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -69,7 +69,7 @@ DebugX.Draw(duration, color).*Gizmo Function*(...); ### Unity-软件包 支持以 Unity 模块的形式安装,只需将 Git-URL 复制到 [PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) 或 `Packages/manifest.json`中. 复制此 Git-URL 以安装最新的工作版本: ``` -https://github.com/DCFApixels/Unity-DebugX +https://github.com/DCFApixels/Unity-DebugX.git ``` ### 作为源代码 该包也可以直接复制到项目文件夹中。 diff --git a/README.md b/README.md index af712e6..c6921c0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Versioning semantics - [Открыть](https://gist.github.com/DCFApixels/e5328 ### Unity-Package Supports installation as a Unity module. Copy the Git-URL [into PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) or into `Packages/manifest.json`. Copy this Git-URL to install the latest working version: ``` -https://github.com/DCFApixels/Unity-DebugX +https://github.com/DCFApixels/Unity-DebugX.git ``` ### Source Code The Package can also be directly copied into the project folder.