Skip to content

Commit ee5d9e6

Browse files
committed
fix: changed incorrect capitalization of repo name
1 parent f811425 commit ee5d9e6

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
@@ -1,17 +1,17 @@
11
# Serializable Interface
22

33
<p align="center">
4-
<img alt="GitHub package.json version" src ="https://img.shields.io/github/package-json/v/Thundernerd/Unity3D-SeriAlizableInterface" />
5-
<a href="https://github.com/Thundernerd/Unity3D-SeriAlizableInterface/issues">
6-
<img alt="GitHub issues" src ="https://img.shields.io/github/issues/Thundernerd/Unity3D-SeriAlizableInterface" />
4+
<img alt="GitHub package.json version" src ="https://img.shields.io/github/package-json/v/Thundernerd/Unity3D-SerializableInterface" />
5+
<a href="https://github.com/Thundernerd/Unity3D-SerializableInterface/issues">
6+
<img alt="GitHub issues" src ="https://img.shields.io/github/issues/Thundernerd/Unity3D-SerializableInterface" />
77
</a>
8-
<a href="https://github.com/Thundernerd/Unity3D-SeriAlizableInterface/pulls">
9-
<img alt="GitHub pull requests" src ="https://img.shields.io/github/issues-pr/Thundernerd/Unity3D-SeriAlizableInterface" />
8+
<a href="https://github.com/Thundernerd/Unity3D-SerializableInterface/pulls">
9+
<img alt="GitHub pull requests" src ="https://img.shields.io/github/issues-pr/Thundernerd/Unity3D-SerializableInterface" />
1010
</a>
11-
<a href="https://github.com/Thundernerd/Unity3D-SeriAlizableInterface/blob/master/LICENSE.md">
12-
<img alt="GitHub license" src ="https://img.shields.io/github/license/Thundernerd/Unity3D-SeriAlizableInterface" />
11+
<a href="https://github.com/Thundernerd/Unity3D-SerializableInterface/blob/master/LICENSE.md">
12+
<img alt="GitHub license" src ="https://img.shields.io/github/license/Thundernerd/Unity3D-SerializableInterface" />
1313
</a>
14-
<img alt="GitHub last commit" src ="https://img.shields.io/github/last-commit/Thundernerd/Unity3D-SeriAlizableInterface" />
14+
<img alt="GitHub last commit" src ="https://img.shields.io/github/last-commit/Thundernerd/Unity3D-SerializableInterface" />
1515
</p>
1616

1717
A wrapper that allows you to serialize interfaces. Both UnityEngine.Object and regular object implementers work!

0 commit comments

Comments
 (0)