Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 committed Jan 10, 2023
1 parent e9b0dd7 commit a22232a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ npm install -g @bandwidth/oas-linter-cli
## Usage

```sh
bw-oas-lint linter ../path/to/my/spec.yml # json also supported
bw-oas-linter lint ../path/to/my/spec.yml # json also supported
```

### Options

Run `bw-oas-lint linter -h` for a list of options.
Run `bw-oas-linter lint -h` for a list of options.

| Flag | Description |
|:----:|:------------|
Expand Down
4 changes: 2 additions & 2 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yargs(hideBin(process.argv))
.alias({ h: "help" })
.alias({ v: "version" })
.example(
"bw-oas-lint linter ./path/to/my/spec",
"bw-oas-lint linter ./path/to/my/spec -r ./path/to/my/ruleset -s -j"
"bw-oas-linter lint ./path/to/my/spec",
"bw-oas-linter lint ./path/to/my/spec -r ./path/to/my/ruleset -s -j"
)
.strict().argv;

0 comments on commit a22232a

Please sign in to comment.