summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-05-18 03:10:40 -0400
committerGitHub <[email protected]>2022-05-18 03:10:40 -0400
commit75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e (patch)
tree6d308738ca9ac79eb3e5a95b568d021c5a285098 /README.md
parent394c51dd825e2063659a8390ccd37f3865d367f8 (diff)
downloadraylib-template-75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e.tar.gz
raylib-template-75c7b00f6c3f6cc7d6591bb6a2de5c55d1233c5e.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2ac796..7a17c39 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# Github Actions Template For Raylib HTML5 Games
+
+[![MIT License](https://img.shields.io/github/license/realtradam/raylib-template)](https://github.com/realtradam/raylib-template/blob/master/LICENSE)
+[![Ko-Fi](https://img.shields.io/static/v1?message=Buy%20me%20a%20coffee&logo=kofi&labelColor=ff5e5b&color=434B57&logoColor=white&label=%20)](https://ko-fi.com/tradam)
+
This template allows you to automatically build your game and then upload it to itch.io when you push to master.
### How modify for your use
@@ -10,4 +14,4 @@ This template allows you to automatically build your game and then upload it to
- Name it `BUTLER_API_KEY`
4. Make sure to set a viewport for your game on Itch.io
-And that should be it, you game should automatically compile and uplaod to itch when you push to the master branch.
+And that should be it, your game should automatically compile and upload to itch when you push to the master branch.