diff --git a/auth/README.md b/auth/README.md
index 4a9b2f2..c2f2ad8 100644
--- a/auth/README.md
+++ b/auth/README.md
@@ -637,7 +637,7 @@ const SignIn = () => {
   const [email, setEmail] = useState('');
   const [password, setPassword] = useState('');
   const [
-    signInWithEmailLink
+    signInWithEmailLink,
     user,
     loading,
     error,