update readme

This commit is contained in:
DCFApixels 2024-11-12 13:15:10 +08:00
parent 50d6410054
commit 2e8468447d
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@
https://github.com/DCFApixels/DragonECS-Unity.git
```
* ### В виде исходников
Фреймворк так же может быть добавлен в проект в виде исходников.
Пакет так же может быть добавлен в проект в виде исходников.
</br>

View File

@ -57,11 +57,11 @@ Tested with:
## Unity Installation
* ### Unity Package
The framework can be installed as a Unity package by adding the Git URL [in the PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) or manually adding it to `Packages/manifest.json`:
The package can be installed as a Unity package by adding the Git URL [in the PackageManager](https://docs.unity3d.com/2023.2/Documentation/Manual/upm-ui-giturl.html) or manually adding it to `Packages/manifest.json`:
```
https://github.com/DCFApixels/DragonECS-Unity.git
```
* ### Source Code
The framework can also be added to the project as source code.
The package can also be added to the project as source code.
</br>