diff --git a/README.md b/README.md index 8943344..b303037 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,13 @@ pip install -U openapi-to-asciidoc To convert your OpenAPI Specification, type: ```bash -$ python openapi_to_asciidoc -j .json -o .adoc +$ o2a -j .json -o .adoc +``` + +or + +```bash +$ openapi-to-asciidoc -j .json -o .adoc ``` This will generate an AsciiDoc from your OpenAPI Specification.