Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <language> -o <output directory>
openapi-generator generate -i type-definition.yaml -g <language> -o <output directory>
Replace <language> with the programming language of your choice (e.g. java, python, etc.), and <output directory> with the directory where you want the generated code to be stored.
```

Expand Down