mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Merge pull request #999 from vitalybaev/patch-1
Fixed type in client-instances.md
This commit is contained in:
commit
6a0b067750
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user