From f49839b40c95f8077e1e91c1aa29eca1f6e649b8 Mon Sep 17 00:00:00 2001 From: Mahbub Hasan Imon Date: Thu, 4 Apr 2024 01:50:05 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02b6c35..803b62e 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ function App() { case "copy": console.log(event, props) break; - case "cut"; + case "cut": console.log(event, props); break; //etc...