diff --git a/README.md b/README.md index a6056dca..211f610d 100644 --- a/README.md +++ b/README.md @@ -510,7 +510,7 @@ function DelayedEffect(props: { timerMs: number }) { ## useRef -When using `useRef`, you have two options when creating a ref container that does not have an initial value: +When using `useRef`, you have three options when creating a ref container that does not have an initial value: ```ts const ref1 = useRef(null!);