You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ You can look at `modules/swagger-codegen/src/main/resources/${your-language}` fo
133
133
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:
134
134
135
135
```
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 \
0 commit comments