Merge pull request #999 from vitalybaev/patch-1

Fixed type in client-instances.md
This commit is contained in:
Ferdi Koomen 2022-04-06 21:18:52 +02:00 committed by GitHub
commit 6a0b067750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ The generated client uses an instance of the server configuration and not the gl
To generate a client instance, set a custom name to the client class, use `--name` option.
```
openapi --input ./spec.json --output ./generated ---name AppClient
openapi --input ./spec.json --output ./generated --name AppClient
```
The generated client will be exported from the `index` file and can be used as shown below: