Skip to content

Commit 7b5d53f

Browse files
committed
Update README
1 parent 9922228 commit 7b5d53f

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Lua Statistics
2-
===
3-
4-
<div align="center">
5-
<a href="https://travis-ci.org/Bytebit-Org/lua-statistics">
6-
<img src="https://api.travis-ci.org/Bytebit-Org/lua-statistics.svg?branch=master" alt="Travis-CI Build Status" />
2+
<p align="center">
3+
<a href="https://github.com/Bytebit-Org/lua-statistics/actions">
4+
<img src="https://github.com/Bytebit-Org/lua-statistics/workflows/CI/badge.svg" alt="CI status" />
5+
</a>
6+
<a href="http://makeapullrequest.com">
7+
<img src="https://img.shields.io/badge/PRs-welcome-blue.svg" alt="PRs Welcome" />
8+
</a>
9+
<a href="https://opensource.org/licenses/MIT">
10+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" />
711
</a>
8-
<a href='https://coveralls.io/github/Bytebit-Org/lua-statistics?branch=master'>
9-
<img src='https://coveralls.io/repos/github/Bytebit-Org/lua-statistics/badge.svg?branch=master' alt='Coverage Status' />
12+
<a href="https://discord.gg/QEz3v8y">
13+
<img src="https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat" alt="Discord server" />
1014
</a>
11-
</div>
15+
</p>
1216

1317
A simple script to implement statistical functions not provided by the Lua standard API, developed especially for use on Roblox
1418

0 commit comments

Comments
 (0)