Skip to content

Commit 78c0e42

Browse files
committed
fix: example import core
1 parent a423cea commit 78c0e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const claimToken = await login.signClaim({
175175

176176
### Verify a claim
177177
```js
178-
import {verifyClaim} from "@e280/authlocal"
178+
import {verifyClaim} from "@e280/authlocal/core"
179179

180180
const {claim, proof} = await verifyClaim({
181181
claimToken,

0 commit comments

Comments
 (0)