From cc7629959eaa0d3b4d42c4cc811b7d7bcccf4c99 Mon Sep 17 00:00:00 2001 From: Connor C Date: Fri, 6 Oct 2023 16:33:24 -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 425f65d..33d8cda 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ DynamicCursesInput is a Ruby gem that provides a simple and intuitive way to handle user input in a Curses-based terminal user interface (TUI). It allows for dynamic input handling, including cursor movement and inline character addition and deletion. +If you need more direct help, join our [Discord](https://discord.gg/SQeWBWS8v4) + ## Table of Contents - [Installation](#installation)