diff options
| author | Fuwn <[email protected]> | 2022-03-08 02:24:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 02:24:44 +0000 |
| commit | a7cde1bcd9d6be19f9b9b92245a5938b7527d92c (patch) | |
| tree | 7fcc87b33046af22979c47f480bb8fd6b8ec2fe1 /README.rst | |
| parent | Merge branch 'main' of https://github.com/senpy-club/api-worker (diff) | |
| download | api-worker-a7cde1bcd9d6be19f9b9b92245a5938b7527d92c.tar.xz api-worker-a7cde1bcd9d6be19f9b9b92245a5938b7527d92c.zip | |
fix(readme): file extension to .rst
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..7f0d8f3 --- /dev/null +++ b/README.rst @@ -0,0 +1,26 @@ +:code:`api-worker` +================== + +.. raw:: html + <p align="center"> + <a href="https://discord.com/invite/yWKgRT6"> + <img src="https://img.shields.io/discord/246524734718738442" + alt="discord" /> + </a> + <a href="https://www.codefactor.io/repository/github/senpy-club/api-worker"> + <img src="https://www.codefactor.io/repository/github/senpy-club/api-worker/badge" + alt="codefactor" /> + </a> + <a href="https://saythanks.io/to/[email protected]"> + <img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" + alt="say thanks" /> + </a> + <a href="LICENSE"> + <img src="https://img.shields.io/github/license/senpy-club/api-worker" + alt="license" /> + </a> + </p> + +license +^^^^^^^ +`gnu general public license v3.0 <https://github.com/senpy-club/api-worker/blob/main/LICENSE>`_ |