Skip to content

Commit

Permalink
Fix Objective-C generator option typo
Browse files Browse the repository at this point in the history
Looks like this was changed during protocolbuffers#1683, but missed in the README :)
  • Loading branch information
esteluk authored Jun 27, 2016
1 parent 2bcd43a commit 3be6110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectivec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.
Expand Down

0 comments on commit 3be6110

Please sign in to comment.