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

Commit 0b2f980

Browse files
authored
Updates docker link (#158)
1 parent 33edc20 commit 0b2f980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ mvn -Pstatic-analysis clean install
125125

126126
#### Public Pre-built Docker images
127127

128-
- [https://hub.docker.com/r/openapjsonschematools/openapi-json-schema-generator-cli/](https://hub.docker.com/r/openapjsonschematools/openapi-json-schema-generator-cli/) (official CLI)
128+
- [https://hub.docker.com/r/openapijsonschematools/openapi-json-schema-generator-cli/](https://hub.docker.com/r/openapijsonschematools/openapi-json-schema-generator-cli/) (official CLI)
129129

130130
#### OpenAPI JSON Schema Generator CLI Docker Image
131131

@@ -136,7 +136,7 @@ To generate code with this image, you'll need to mount a local location as a vol
136136
Example:
137137

138138
```sh
139-
docker run --rm -v "${PWD}:/local" openapjsonschematools/openapi-json-schema-generator-cli generate \
139+
docker run --rm -v "${PWD}:/local" openapijsonschematools/openapi-json-schema-generator-cli generate \
140140
-i https://raw.githubusercontent.com/openapi-json-schema-tools/openapi-json-schema-generator/master/modules/openapi-json-schema-generator/src/test/resources/3_0/petstore.yaml \
141141
-g python \
142142
-o /local/out/python

0 commit comments

Comments
 (0)