Skip to content

Commit 991c4cb

Browse files
committed
fix(README): replace :param notation with {param}
`:param` is still supported, but deprecated
1 parent 154f0d8 commit 991c4cb

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
@@ -318,7 +318,7 @@ const auth = createOAuthAppAuth({
318318

319319
const appAuthentication = await auth({
320320
type: "oauth-app",
321-
url: "/orgs/:org/repos",
321+
url: "/orgs/{org}/repos",
322322
});
323323
const tokenAuthentication = await auth({ type: "token" });
324324
```

0 commit comments

Comments
 (0)