Skip to content

Commit c45ec11

Browse files
Merge pull request #57 from roerohan/patch-1
docs: update import library
2 parents 6955899 + c910dcf commit c45ec11

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)