浏览代码

Fix Objective-C generator option typo

Looks like this was changed during #1683, but missed in the README :)
Nathan Wong 9 年之前
父节点
当前提交
3be6110934
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      objectivec/README.md

+ 1 - 1
objectivec/README.md

@@ -141,7 +141,7 @@ argument is comma-delimited name/value pairs (_key=value,key2=value2_). The
 _keys_ are used to change the behavior during generation. The currently
 supported keys are:
 
-  * `generate_for_framework_named`: The `value` used for this key will be used
+  * `generate_for_named_framework`: The `value` used for this key will be used
     when generating the `#import` statements in the generated code.  Instead
     of being plain `#import "some/path/file.pbobjc.h"` lines, they will be
     framework based, i.e. - `#import <VALUE/file.pbobjc.h>`.