From a97d9a4d99668f3d93a881233a9211511f0d1343 Mon Sep 17 00:00:00 2001
From: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com>
Date: Sun, 20 Aug 2023 16:11:57 +0200
Subject: [PATCH] Update README.md
adding dynamic buttons and explain how to use them in your other readme.md files for other future rimworld mods.
---
README.md | 36 +++++++++++++++++++++++++++++++++++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21969a6..84f6f5f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,38 @@
# RimWorldMod
Rimworld mod template including About.xml, readme.md. For personal use, Copy the files, and select this as template, when making another mod.
-Don't forget at every XML document should start with ``````
+> Don't forget that every XML document should start with ``````
+> These are the dynamic buttons from the DogApparel mod that you can copy and use for your other RimWorld mods. only change the repo/modname.
+> 1. First button is for RimWorld support and only shows up when there is a Master/About/About.xml otherwise it errors.
+> 2. Second dynamic badge shows License and is anchored with a link to mod/blob/LICENSE page.
+> 3. Third dynamic button is to redirect you to the mod's issues page.
+> 4. Fourth dynamic button is to redirect people to my discord server. (you can just copy)
+> 5. Fifth dynamic button is to redirect people to my ko-fi page to donate if they like. (you can just copy)
+
+> Reserve some space between the buttons, using this `` ``
+
+> How to make these dyanamic badges this site is for github ```https://shields.io/badges/git-hub``` it provides a tool so you can also select icon and icon color.
+1. Start with GitHub badges for issues,discussions,license ```
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+