Skip to content

Commit 4a341d3

Browse files
authored
Update README.md
1 parent 02faa99 commit 4a341d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
44
</a>
55
<a>
6-
<img alt="License" src="https://img.shields.io/github/license/wolf-package/remote-config-manager-unity?logo=github">
6+
<img alt="License" src="https://img.shields.io/github/license/unity-package/remote-config-manager-unity?logo=github">
77
</a>
88
<a>
9-
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/wolf-package/remote-config-manager-unity?logo=Mapbox&color=orange">
9+
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/unity-package/remote-config-manager-unity?logo=Mapbox&color=orange">
1010
</a>
1111
<a>
12-
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/wolf-package/remote-config-manager-unity?logo=VirtualBox">
12+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/unity-package/remote-config-manager-unity?logo=VirtualBox">
1313
</a>
1414
<a>
15-
<img alt="Last Release" src="https://img.shields.io/github/v/release/wolf-package/remote-config-manager-unity?include_prereleases&logo=Dropbox&color=yellow">
15+
<img alt="Last Release" src="https://img.shields.io/github/v/release/unity-package/remote-config-manager-unity?include_prereleases&logo=Dropbox&color=yellow">
1616
</a>
1717
</p>
1818

@@ -24,15 +24,15 @@
2424

2525
for version `1.0.2`
2626
```csharp
27-
"com.wolf-org.remote-config":"https://github.com/wolf-org/remote-config-manager-unity.git#1.0.2",
27+
"com.wolf-org.remote-config":"https://github.com/unity-package/remote-config-manager-unity.git#1.0.2",
2828
```
2929
dependency `extensions-unity-1.0.5`
3030
```csharp
31-
"com.wolf-org.extensions":"https://github.com/wolf-org/extensions-unity.git#1.0.5",
31+
"com.wolf-org.extensions":"https://github.com/unity-package/extensions-unity.git#1.0.5",
3232
```
3333
If you use [game-data-unity](https://github.com/wolf-package/game-data-unity), add the library below and define symbol `VIRTUESKY_DATA`
3434
```csharp
35-
"com.wolf-org.game-data":"https://github.com/wolf-org/game-data-unity.git#1.0.2",
35+
"com.wolf-org.game-data":"https://github.com/unity-package/game-data-unity.git#1.0.2",
3636
```
3737

3838
## Use
@@ -99,4 +99,4 @@ Example
9999
}
100100
}
101101

102-
```
102+
```

0 commit comments

Comments
 (0)