Skip to content

Commit e6abc2a

Browse files
committed
Merge pull request #458 from djvaldez/master
Update README.md - fixed incorrect flag for custom generator class
2 parents b6f7f85 + dfc8f7c commit e6abc2a

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
@@ -149,7 +149,7 @@ public class MyObjcCodegen extends ObjcClientCodegen {
149149
and specify the `classname` when running the generator:
150150

151151
```
152-
-i com.mycompany.swagger.codegen.MyObjcCodegen
152+
-l com.mycompany.swagger.codegen.MyObjcCodegen
153153
```
154154

155155
Your subclass will now be loaded and overrides the `PREFIX` value in the superclass.

0 commit comments

Comments
 (0)