From 2a24308017fe9ea7c1fa7e5e24f37ae02291cb15 Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Thu, 3 Oct 2024 19:42:09 +0530 Subject: [PATCH] (feat) Initial README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a5b1329..b74ed02 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,16 @@ A simple hook to compare two texts and provide you the diff and the matching percentages +## To Use Components + +```js +import 'text-compare/dist/style.css'; +import { Compare } from "text-compare"; + +export const CompareText = () => { + return( + + ) +} +``` +