Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 69d4510

Browse files
fix a path typo, no other changes
1 parent 8087737 commit 69d4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ artifacts, users can begin interacting with the Rapid7 InsightVM/Nexpose API wit
1313
## Auto-generating code
1414
The code and resulting library of this repository have been auto generated using [Swagger Codegen](https://github.com/swagger-api/swagger-codegen)
1515
along with the most recent Rapid7 InsightVM/Nexpose Swagger file. After each new console release, the script found
16-
at `setup_workspac/setup_workspace.sh` is run to check if any changes have been made to the API Swagger file. If changes
16+
at `setup_workspace/setup_workspace.sh` is run to check if any changes have been made to the API Swagger file. If changes
1717
exist, the script automates the download of swagger-codegen-cli.jar, updates the version, and executes the jar generate
1818
process. An example command for running codegen to generate Python source is below:
1919
```

0 commit comments

Comments
 (0)