From c4f45901a72941b1ef1e04a1e369c2aab3cd0f6c Mon Sep 17 00:00:00 2001 From: Connor C Date: Fri, 6 Oct 2023 16:32:14 -0600 Subject: [PATCH] Update README.md Signed-off-by: Connor C --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6507cbe..b8bbf1f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. +Need more direct help? Join our [Discord](https://discord.gg/SQeWBWS8v4) + ## Installation Add this line to your application's Gemfile: