diff options
| author | Fuwn <[email protected]> | 2021-03-17 20:08:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 20:08:55 +0000 |
| commit | 190f410106268704df7b4044c31a66a8c8c6d7f8 (patch) | |
| tree | 7694416fc391f26067743601fb7389adaf6a3bc7 | |
| parent | chore: spice up readme. (diff) | |
| download | whirl-190f410106268704df7b4044c31a66a8c8c6d7f8.tar.xz whirl-190f410106268704df7b4044c31a66a8c8c6d7f8.zip | |
etc: add discord and license badges
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -7,6 +7,15 @@ Whirl, an open-source <a href="http://dev.worlds.net/private/GammaDocs/WorldServer.html">WorldServer</a> implementation in <a href="https://www.rust-lang.org/">Rust.</a> </h1> +<p align="center"> + <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> + <img src="https://img.shields.io/discord/821938182274154506"> + </a> + <a href="./LICENSE" title="License"> + <img src="https://img.shields.io/github/license/Whirlsplash/whirl"> + </a> +</p> + ## Purpose Two *main* reasons; 1. Worlds' official servers are old, slowly deteriorating, and *probably unmaintained*. |