Skip to content

Commit ef58420

Browse files
authored
Merge pull request #163 from ankitvashisht12/master
fix import typo in full example code block
2 parents 47a9c72 + 2ae0457 commit ef58420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Returns:
105105
#### Full Example
106106

107107
```jsx
108-
import { useSignInWithEmailAndPassword } from 'react-firebase-hooks/auth';
108+
import { useCreateUserWithEmailAndPassword } from 'react-firebase-hooks/auth';
109109

110110
const SignIn = () => {
111111
const [email, setEmail] = useState('');

0 commit comments

Comments
 (0)