Skip to content

Commit

Permalink
Merge pull request #225 from bact/patch-1
Browse files Browse the repository at this point in the history
Fix typo: generare -> generate in README
  • Loading branch information
jspeed-meyers authored Nov 26, 2024
2 parents 8980724 + 2543670 commit 14d0613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ up for testing using different versions of Python.

## CLI Usage

```
```text
Usage: ntia-checker [OPTIONS]
Options:
Expand All @@ -57,7 +57,7 @@ The user can then analyze a particular file:
ntia-checker --file sbom.json
```

To generare the output in machine-readable JSON, run:
To generate the output in machine-readable JSON, run:

```bash
ntia-checker --file sbom.spdx --output json
Expand Down

0 comments on commit 14d0613

Please sign in to comment.