From dbfef3affdab121e5d46a7accf32c86ec2b30fa2 Mon Sep 17 00:00:00 2001 From: Connor C Date: Wed, 28 Feb 2024 21:18:26 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e931ad2..f2ee8be 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,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) +If you need more direct help, join our [Discord](https://discord.pixelridgesoftworks.com) ## Installation