Update README.md

This commit is contained in:
David Valdez 2015-02-26 12:42:41 -08:00
parent 4fd4c17036
commit dfc8f7c60f

View File

@ -149,7 +149,7 @@ public class MyObjcCodegen extends ObjcClientCodegen {
and specify the `classname` when running the generator:
```
-i com.mycompany.swagger.codegen.MyObjcCodegen
-l com.mycompany.swagger.codegen.MyObjcCodegen
```
Your subclass will now be loaded and overrides the `PREFIX` value in the superclass.