Skip to content

fix: incorrect import statement in README #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtsang4
Copy link

@jtsang4 jtsang4 commented Apr 28, 2025

Update README.md to correct the import statement for createHash.

  • Replace the incorrect import statement import { createHash } from "@better-auth/utils/digest" with import { createHash } from "@better-auth/utils/hash".

Update README.md to correct the import statement for `createHash`.

* Replace the incorrect import statement `import { createHash } from "@better-auth/utils/digest"` with `import { createHash } from "@better-auth/utils/hash"`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant