Skip to content

Commit

Permalink
docs: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Aug 19, 2022
1 parent 52e26e8 commit 5dae533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This will upload `path-to-openapi.json` to your project and return an ID and URL
rdme openapi [path-to-file.json]
```

If you want to bypass the prompt to upload or create an API definition, you can pass the `--create` flag:
If you want to bypass the prompt to create or update an API definition, you can pass the `--create` flag:

```sh
rdme openapi [path-to-file.json] --version={project-version} --create
Expand Down
2 changes: 1 addition & 1 deletion src/cmds/openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class OpenAPICommand extends Command {
{
name: 'create',
type: Boolean,
description: 'Bypasses the update/create prompt and creates a new API definition.',
description: 'Bypasses the create/update prompt and creates a new API definition.',
},
{
name: 'useSpecVersion',
Expand Down

0 comments on commit 5dae533

Please sign in to comment.