Skip to content

Commit 47abfe7

Browse files
committed
Merge pull request #1014 from 2rs2ts/module-generation-readme-path-fix
Fix path in instructions for making your own codegen modules
2 parents dfd8d5e + 90f152d commit 47abfe7

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
@@ -133,7 +133,7 @@ You can look at `modules/swagger-codegen/src/main/resources/${your-language}` fo
133133
If you're starting a project with a new language and don't see what you need, swagger-codegen can help you create a project to generate your own libraries:
134134

135135
```
136-
java -jar modules/swagger-codegen-distribution/target/swagger-codegen-cli.jar meta \
136+
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar meta \
137137
-o output/myLibrary -n myClientCodegen -p com.my.company.codegen
138138
```
139139

0 commit comments

Comments
 (0)