From 9585950ed14cee4def6b50a319cfb1546c6fa831 Mon Sep 17 00:00:00 2001 From: Mr Akshay Shinde <107102876+MrAkshayAS@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:25:40 +0530 Subject: [PATCH] js copy code update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e70818..2491d8e 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ To get started with ClipX.js, follow these steps to set up and configure the lib ## Basic Initialization ```javascript -// Initialize ClipX.js instance +/* Initialize ClipX.js instance */ var clipx = new clipx(); ```