Skip to content

Commit c229805

Browse files
authored
Update readme.md
1 parent 8450d0a commit c229805

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ For Example:
107107
| -------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
108108
| `local` | false | update swagger with local swagger.json located in your dir folder. add it to your config file or run it with cli `$ yarn swag-ts --local` |
109109
| `branch` | Current Branch | to generate swagger for develop run `yarn swag-ts --branch=develop` or your branch name should be `develop` or a branch which created from develop |
110-
| `config` | "./swagger.config.json" | A path for config file location |
111-
112-
- `yarn swag-ts --config=./config` path is related for "swagger.config.json" file in config folder
113-
- `yarn swag-ts --config=./config/myswagger.json` you could change config file name
114-
- `yarn swag-ts --config=/user/hosseinmd/desktop/config/swagger.config.json` you could add absolute path
110+
| `config` | "./swagger.config.json" | A path for config file location <br> - `yarn swag-ts --config=./config` path is related for "swagger.config.json" file in config folder <br> - `yarn swag-ts --config=./config/myswagger.json` you could change config file name <br> - `yarn swag-ts --config=/user/hosseinmd/desktop/config/swagger.config.json` you could add absolute path
115111
|
116112

117113
## Config

0 commit comments

Comments
 (0)