Skip to content

Commit 25a0853

Browse files
authored
Update README.md
1 parent f4a0967 commit 25a0853

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ After installing the CLI, verify it's working by running
3636
cherrybomb --version
3737
```
3838

39-
#### Swagger scan
39+
#### OpenAPI specification scan
4040
```
4141
cherrybomb swagger --file <PATH> --output <PATH> --verbosity <0/1/2>
4242
```
43-
43+
#### Genrate Parameter Table
44+
```
45+
cherrybomb swagger --file <PATH> --param-table
46+
```
4447
#### More features
4548
First, we have a mapping module that relies on HTTP logs and builds a map of the API.
4649
<br />

0 commit comments

Comments
 (0)