diff --git a/README.md b/README.md index 23e7d3b..6c1cfaf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To generate your own libraries, you can use the OpenAPI Generator as follows: Copy code ``` -openapi-generator generate -i openapi.yaml -g -o +openapi-generator generate -i type-definition.yaml -g -o Replace with the programming language of your choice (e.g. java, python, etc.), and with the directory where you want the generated code to be stored. ```