Fixed type in client-instances.md

This commit is contained in:
Vitaly Baev 2022-03-30 12:54:59 +04:00 committed by GitHub
parent 5d4301fa0b
commit 165df0529f
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: