Skip to content

Commit cc92b7e

Browse files
committed
docs: update readme header
1 parent c4b3f76 commit cc92b7e

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1-
![License](https://img.shields.io/github/license/mygamedevtools/script-template)
2-
[![openupm](https://img.shields.io/npm/v/com.mygamedevtools.script-template?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.mygamedevtools.script-template/)
3-
![Release](https://img.shields.io/github/v/release/mygamedevtools/script-template?sort=semver)
4-
![Last Commit](https://img.shields.io/github/last-commit/mygamedevtools/script-template)
5-
6-
My Unity Tools - Script Template
7-
===
8-
1+
<h1 align=center>
2+
Script Template
3+
</h1>
4+
5+
<p align=center>
6+
<a href="LICENSE">
7+
<img src="https://img.shields.io/github/license/mygamedevtools/script-template" />
8+
</a>
9+
<a href="https://github.com/mygamedevtools/script-template/actions/workflows/release.yml">
10+
<img src="https://github.com/mygamedevtools/script-template/actions/workflows/release.yml/badge.svg" />
11+
</a>
12+
<a href="https://github.com/mygamedevtools/script-template/commits/">
13+
<img src="https://img.shields.io/github/last-commit/mygamedevtools/script-template" />
14+
</a>
15+
</p>
16+
17+
<p align=center>
18+
<a href="https://openupm.com/packages/com.mygamedevtools.script-template/">
19+
<img src="https://img.shields.io/npm/v/com.mygamedevtools.script-template?label=openupm&registry_uri=https://package.openupm.com" />
20+
</a>
21+
<a href="https://github.com/mygamedevtools/script-template/releases/latest">
22+
<img src="https://img.shields.io/github/v/release/mygamedevtools/script-template?sort=semver" />
23+
</a>
24+
<a href="https://github.com/semantic-release/semantic-release">
25+
<img src="https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release" />
26+
</a>
27+
</p>
28+
29+
<p align=center><i>
930
A simple tool to add and manage more script templates.
31+
</i></p>
1032

1133
What's this about?
1234
---

0 commit comments

Comments
 (0)