From 95d16de4e1089d277baaf0eda13d9956f7ef6375 Mon Sep 17 00:00:00 2001 From: Sonjoy Datta <49079726+sonjoydatta@users.noreply.github.com> Date: Mon, 15 Nov 2021 11:56:04 +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 554cc3c..94f7922 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Conditional render using hook ```jsx const isAllowedTo = useAccess(); -; + ``` ## Can I contribute?