Skip to content

Commit

Permalink
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
2 parents 0bb07d6 + b19416d commit 995eb9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/commands/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ FLAG DESCRIPTIONS
--key=<value> ReadMe project API key
An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication
usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v10#authentication
```
2 changes: 1 addition & 1 deletion src/lib/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const keyFlag = Flags.string({
summary: 'ReadMe project API key',
required: true,
description:
'An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication',
'An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v10#authentication',
});

/**
Expand Down

0 comments on commit 995eb9f

Please sign in to comment.