From df66397fa1eaebd7f9ebc8ef2713dcc3aeee2fb6 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sat, 7 Oct 2023 10:47:25 -0600 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8bbf1f..e931ad2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Miniparser is a Ruby gem that takes code as input (HTML, JavaScript, or CSS), determines the code language, validates it, and then minifies it. It returns whether the code is valid or not, and if valid, provides the minified code. +If you'd like to support PixelRidge Softworks OpenSource Development, check out our [Patreon](https://patreon.com/PixelRidgeSoftworksOSP) Need more direct help? Join our [Discord](https://discord.gg/SQeWBWS8v4) ## Installation