Skip to content

Commit 3bbd1af

Browse files
committed
doc: update readme.md [skip ci]
1 parent 7e3a599 commit 3bbd1af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# L2 Studio - Minecraft Ping
22

3+
<p>
4+
<a href="https://github.com/l2studio/minecraft-ping/actions"><img src="https://img.shields.io/github/workflow/status/l2studio/minecraft-ping/CI?logo=github&style=flat-square"/></a>
5+
<a href="https://www.npmjs.com/package/@l2studio/minecraft-ping"><img src="https://img.shields.io/npm/v/@l2studio/minecraft-ping?logo=npm&style=flat-square"/></a>
6+
</p>
7+
38
A library for Minecraft server ping
49

510
## Install
611

12+
```shell
13+
npm install --save @l2studio/minecraft-ping
14+
# or
15+
pnpm i @l2studio/minecraft-ping
16+
```
17+
718
## API
819

20+
TODO
21+
922
## License
1023

1124
Apache-2.0

0 commit comments

Comments
 (0)