sandrinodimattia / use-auth0-hooks

An easy way to sign in with Auth0 in your React application (client-side) using React Hooks
https://nextjs-spa-auth0-demo.now.sh/
MIT License
74 stars 31 forks source link

Typo On NPM docs #33

Open chubibest opened 4 years ago

chubibest commented 4 years ago

There is a typo on your npm docs, the following line:

import { useAuth0 } from 'use-auth0-hooks';

should be:

import { useAuth } from 'use-auth0-hooks';

Please reconcile the npm docs with the readme

sandrinodimattia commented 4 years ago

All of the concepts of this library have been moved to the official Auth0 SDK for React, so I'll be archiving this repository shortly.