diff --git a/README.md b/README.md
index a953fe5..f35c48c 100644
--- a/README.md
+++ b/README.md
@@ -1,63 +1,71 @@
# Steamless
-[![Support via Github Sponsors](https://img.shields.io/badge/Github-Become%20a%20Sponsor-ff69b4.svg?style=flat&logo=GitHub)](https://github.com/users/atom0s/sponsorship) [![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/atom0s)
+Steamless is a DRM remover of the various SteamStub variants applied to applications and games released on Steam via the DRM tool in the Steamworks SDK.
-Steamless is a DRM remover of the SteamStub variants.
+Steamless aims to be a single solution for unpacking all variants of the SteamStub DRM, ranging from the very first version to the most recently released.
-The goal of Steamless is to make a single solution for unpacking all Steam DRM packed files. Steamless aims to support as many games as possible.
-However, due to personal limited funds, I cannot test every game myself.
+_However, due to personal limited funds, I cannot test every game myself._
+# Donations
-# What Steamless Wont Do For You
+Want to say thanks for my work on Steamless? Feel free to donate or sponsor me:
-Steamless removes the SteamStub DRM protection from games that have it, nothing more.
-If the game you are unpacking makes use of the Steamworks API, Steamless **WILL NOT** remove this layer of DRM.
+ * **GitHub:** https://github.com/users/atom0s/sponsorship
+ * **Paypal:** https://www.paypal.me/atom0s
+ * **Patreon:** https://www.patreon.com/atom0s
- * Steamless will not remove the Steamworks API integrations in any game.
- * Steamless will not handle CEG (Custom Executable Generation) DRM that is used by some games.
- * Steamless is not made to assist with piracy.
- * Steamless is not made to assist with bypassing anti-cheats or other protections.
-
-This project makes static analysis on the games files that are protected with SteamStub possible.
-Will this allow some games to run without Steam? Yes. But I do not promote piracy and will not help with it at all.
+# What Steamless Will Do
-Do not contact me or any contributor to this project with assistance on how to make a game work without Steam.
+Steamless will remove the SteamStub DRM protection layer that is applied via the DRM tool from the Steamworks SDK.
+
+# What Steamless Wont Do
+
+Steamless **WILL NEVER** do any of the following:
+
+ * Steamless will never remove the Steamworks API integration. (via steam_api.dll/steam_api64.dll)
+ * Steamless will never include or distribute any emulator for the Steamworks API integration.
+ * Steamless will never handle Valve's CEG (Custom Executable Generation) DRM that is used on some older games.
+ * Steamless will never promote, encourage, or assist with piracy.
+ * Steamless will never assist with bypassing anti-cheats or other protections in place by games.
+
+Do not ask for help with running games without Steam. Your requests will be ignored/blocked.
+
+That is not the scope or goal of this project.
# What is SteamStub DRM?
-```
-Steamworks Digital Rights Management wraps your game's compiled executable and checks to make sure that it is running under an authenticated instance of Steam. This DRM solution is the same as the one used to protect games like Half-Life 2 and Counter-Strike: Source. Steamworks DRM has been heavily road-tested and is customer-friendly.
-In addition to DRM solutions, Steamworks also offers protection for game through day one release by shipping encrypted media to stores worldwide. There's no worry that your game will leak early from the manufacturing path, because your game stays encrypted until the moment you decide to release it. This protection can be added to your game simply by handing us finished bits or a gold master.
+From the Steamworks documentation:
-ref: hxxps://partner.steamgames.com/documentation/api
-```
+> Steamworks Digital Rights Management wraps your game's compiled executable and checks to make sure that it is running under an authenticated instance of Steam. This DRM solution is the same as the one used to protect games like Half-Life 2 and Counter-Strike: Source. Steamworks DRM has been heavily road-tested and is customer-friendly.
+> In addition to DRM solutions, Steamworks also offers protection for game through day one release by shipping encrypted media to stores worldwide. There's no worry that your game will leak early from the manufacturing path, because your game stays encrypted until the moment you decide to release it. This protection can be added to your game simply by handing us finished bits or a gold master.