Skip to content

Commit

Permalink
docs: Fix typo in Usage section on how to run
Browse files Browse the repository at this point in the history
  • Loading branch information
lfvjimisola authored Dec 2, 2024
1 parent 05d2099 commit c65cf1a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ pip install -U openapi-to-asciidoc
To convert your OpenAPI Specification, type:

```bash
$ python openapi_to_asciidoc -j <path-to-open-api-spec>.json -o <path-to-output-file>.adoc
$ o2a -j <path-to-open-api-spec>.json -o <path-to-output-file>.adoc
```

or

```bash
$ openapi-to-asciidoc -j <path-to-open-api-spec>.json -o <path-to-output-file>.adoc
```

This will generate an AsciiDoc from your OpenAPI Specification.
Expand Down

0 comments on commit c65cf1a

Please sign in to comment.