From 72aef4529f4865400414f16db9cfaa5ac4f74e3d Mon Sep 17 00:00:00 2001 From: Pranav Date: Wed, 5 Jul 2023 20:39:11 +0530 Subject: [PATCH] fix: Updated useTimer Hook Doc. --- docs/Hooks/useTimer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Hooks/useTimer.md b/docs/Hooks/useTimer.md index 6d49b5b..4dc73c4 100644 --- a/docs/Hooks/useTimer.md +++ b/docs/Hooks/useTimer.md @@ -11,7 +11,7 @@ The useTimer hook is a custom React hook that provides a timer functionality. It ### 1.Import the Hook ```typescript -import useTimer from "zop-hooks"; +import { useTimer } from "zop-hooks"; ``` ### 2.Initialize the timer by calling the useTimer hook: