From 3cafb705885559c4de902cdfb952e942360d9d97 Mon Sep 17 00:00:00 2001 From: Saidev Dhal Date: Tue, 29 Oct 2024 20:28:40 +0530 Subject: [PATCH] update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29d7dba..99aa8a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # profanity-validator -![Profanity Validator](https://i.imgur.com/KCJmPOa.png) +[![Profanity Validator](https://i.imgur.com/KCJmPOa.png)](https://www.youtube.com/watch?v=WVCBLilL0mQ) A lightweight SDK for profanity filtering in forms. This library is designed to prevent bad word spam by validating user input and throwing errors if profanity is detected. Built to be flexible, it can be integrated easily into any HTML or JavaScript framework, including React, Next.js, and many more. @@ -17,19 +17,19 @@ A lightweight SDK for profanity filtering in forms. This library is designed to You can install the SDK via any nodejs package manager: ```bash -npm install profanity-validator +npm install profanity-validator@latest ``` ```bash -pnpm add profanity-validator +pnpm add profanity-validator@latest ``` ```bash -bun add profanity-validator +bun add profanity-validator@latest ``` ```bash -yarn add profanity-validator +yarn add profanity-validator@latest ``` ## Examples