Skip to content

Commit

Permalink
fix(README): replace :param notation with {param}
Browse files Browse the repository at this point in the history
`:param` is still supported, but deprecated
  • Loading branch information
gr2m committed Dec 3, 2020
1 parent 154f0d8 commit 991c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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" });
```
Expand Down

0 comments on commit 991c4cb

Please sign in to comment.