From b8ec35b545a69a92cedf2ef8c8c158e0e9a7e8b8 Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Sat, 7 Oct 2023 10:46:31 -0600 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d8cda..a387435 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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'd like to support PixelRidge Softworks OpenSource Development, check out our [Patreon](https://patreon.com/PixelRidgeSoftworksOSP) If you need more direct help, join our [Discord](https://discord.gg/SQeWBWS8v4) ## Table of Contents @@ -88,6 +89,6 @@ DynamicCursesInput is available under the [MIT License](LICENSE.txt). --- -### Note from the Developer: +### Note from the Developer: There is a function in this gem that is not finished yet, it's for making asking questions in a Curses TUI easier from within the gem. This method shouldn't be used yet.