diff options
| author | Fuwn <[email protected]> | 2021-03-17 20:08:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-17 20:08:55 -0700 |
| commit | 37c2054f2ffab383bde76f52c62b01be7e27ed3d (patch) | |
| tree | 2c200c5f400d2afdb6cb5789c8c8bc911b7371f7 | |
| parent | chore: spice up readme. (diff) | |
| download | whirl-37c2054f2ffab383bde76f52c62b01be7e27ed3d.tar.xz whirl-37c2054f2ffab383bde76f52c62b01be7e27ed3d.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*. |