There was an error while loading. Please reload this page.
1 parent 5d4301f commit 165df05Copy full SHA for 165df05
docs/client-instances.md
@@ -7,7 +7,7 @@ The generated client uses an instance of the server configuration and not the gl
7
To generate a client instance, set a custom name to the client class, use `--name` option.
8
9
```
10
-openapi --input ./spec.json --output ./generated ---name AppClient
+openapi --input ./spec.json --output ./generated --name AppClient
11
12
13
The generated client will be exported from the `index` file and can be used as shown below:
0 commit comments