Skip to content

Commit 8a2f3bf

Browse files
committed
fix: fix package name in README.md
1 parent fbda676 commit 8a2f3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm install -D @kpler/auth0-types
3939
## Usage (example)
4040

4141
```ts
42-
import type { PostLoginApi, PostLoginEvent } from "auth0-types";
42+
import type { PostLoginApi, PostLoginEvent } from "@kpler/auth0-types";
4343

4444
export const onExecutePostLogin = async (
4545
event: PostLoginEvent,

0 commit comments

Comments
 (0)