From a7c0fedd5c26644d6c50a20e353221b7008a4364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Tue, 10 Oct 2023 16:35:25 +0100 Subject: [PATCH] Fix ref typo in README (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b18037..7e1422d 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Turnstile takes the following arguments: | appearance | string | one of "always", "execute", "interaction-only" | | execution | string | one of "render", "execute" | | id | string | id of the div | -| ref | Ref | custom react ref for the div | +| userRef | Ref | custom react ref for the div | | className | string | passed to the div | | style | object | passed to the div |