From a4ac0376b3661cf1ad308916a6825670c8890186 Mon Sep 17 00:00:00 2001 From: tjtanjin Date: Mon, 16 Sep 2024 03:02:27 +0800 Subject: [PATCH] docs: Update readme with new features --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3f2fbc63..2a7e9289 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,9 @@ React ChatBotify offers a wide array of features designed to enhance your chatbo - **Sensitive Input:** Handle sensitive information from your users by masking them, maintaining user confidentiality. - **Mobile-Friendly Interface:** Provide smooth user experience across various devices with our mobile-friendly chatbot interface. - **Themes:** Choose from a wide variety of community themes, stack multiple themes together, and explore endless possibilities to customize the appearance of your chatbot! +- **Plugins:** Choose from numerous custom plugins to enhance and extend the features/functionalities of your chatbot, and if you can't find what you're looking for, build your own! +- **Custom Events:** Leverage on custom events emitted by the chatbot to perform your own application logic. +- **Custom Hooks:** The custom hooks provided by the chatbot exposes functionalities that you can tap on to interact with the chatbot from your own components. These features, **along with many others**, empower developers to create highly interactive and personalized chatbot experiences tailored to their specific application requirements.