Skip to content

Commit c910dcf

Browse files
authored
docs: update import library
1 parent 6955899 commit c910dcf

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
@@ -20,7 +20,7 @@ As of March, 2025, this library is very new, prerelease software. The API is sti
2020
A Worker that uses the library might look like this:
2121

2222
```ts
23-
import { OAuthProvider } from "my-oauth";
23+
import { OAuthProvider } from "@cloudflare/workers-oauth-provider";
2424
import { WorkerEntrypoint } from "cloudflare:workers";
2525

2626
// We export the OAuthProvider instance as the entrypoint to our Worker. This means it

0 commit comments

Comments
 (0)