diff --git a/README.md b/README.md index f600985..b70a278 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ const auth = createOAuthAppAuth({ const appAuthentication = await auth({ type: "oauth-app", - url: "/orgs/:org/repos", + url: "/orgs/{org}/repos", }); const tokenAuthentication = await auth({ type: "token" }); ```