Merge pull request #1014 from 2rs2ts/module-generation-readme-path-fix

Fix path in instructions for making your own codegen modules
This commit is contained in:
wing328 2015-07-27 17:12:13 +08:00
commit 47abfe7079

View File

@ -133,7 +133,7 @@ You can look at `modules/swagger-codegen/src/main/resources/${your-language}` fo
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:
```
java -jar modules/swagger-codegen-distribution/target/swagger-codegen-cli.jar meta \
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar meta \
-o output/myLibrary -n myClientCodegen -p com.my.company.codegen
```