Skip to content

Commit cc58dff

Browse files
Fix doc for --config-file
1 parent b33dbc4 commit cc58dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ We will name for example `transfrom-config.json`
7070
#### Launch the script
7171

7272
```bash
73-
transform-swagger config-file ./examples/transform-config.json
73+
transform-swagger --config-file ./examples/transform-config.json
7474
```
7575

7676
### Main CLI commands

examples/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can also try to use `the original files` from each source or test with `your
2222
```bash
2323
npm start -- -f examples/openApiFiles/passportescaperoom.com.json -o examples/generated/angular2 -t angular2
2424
# OR
25-
npm start -- config-file ./examples/transform-config.json
25+
npm start -- --config-file ./examples/transform-config.json
2626
```
2727

2828
**Generate from url**

0 commit comments

Comments
 (0)