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: