diff --git a/README.md b/README.md index 55e7883..f2bfd4f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You may need to import type `OTPTextViewHandle` to use the `ref` on the componen ```typescript jsx import { OTPTextInput, type OTPTextInputHandle } from '@sectiontn/otp-input'; // Later in your component. -const OTPRef = useRef(null); +const OTPRef = useRef(null); ``` ## ♻ Usage Call the `OTPTextInput` component in your JSX code and pass the required props to customize the OTP input field.