Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix document #46

Merged
merged 2 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Install via Unity Package Manager
Please install the packages in the following order:

```
git@github.com:mewlist/MewCore.git
https://github.com/mewlist/MewCore.git
```

```
git@github.com:mewlist/Doinject.git
https://github.com/mewlist/Doinject.git
```

# About Doinject
Expand Down
4 changes: 2 additions & 2 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Asynchronous DI Container for Unity
以下の順にパッケージをインストールしてください。

```
git@github.com:mewlist/MewCore.git
https://github.com/mewlist/MewCore.git
```

```
git@github.com:mewlist/Doinject.git
https://github.com/mewlist/Doinject.git
```

# Doinject について
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "st.mewli.di",
"displayName": "Doinject",
"version": "1.0.0",
"unity": "2023.2",
"unity": "2022.3",
"description": "Asynchronous DIContainer for Unity",
"author": {
"name": "mewlist",
Expand Down