aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2016-06-27 20:17:49 -0400
committerGitHub <noreply@github.com>2016-06-27 20:17:49 -0400
commit7b5648ca98b6bde2b18db109bdf020944e0b7baa (patch)
tree6e181be5fdfb85d0e2ed5957d44b9d28fbc1e4ab
parent2bcd43afe4b649c95d932daf31b0b83948f7cf7c (diff)
parent3be6110934bb5cb9e6668a3394d1bfd1fa58cb73 (diff)
downloadprotobuf-7b5648ca98b6bde2b18db109bdf020944e0b7baa.tar.gz
protobuf-7b5648ca98b6bde2b18db109bdf020944e0b7baa.tar.bz2
protobuf-7b5648ca98b6bde2b18db109bdf020944e0b7baa.zip
Merge pull request #1719 from esteluk/patch-1
Fix Objective-C generator option readme typo
-rw-r--r--objectivec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/README.md b/objectivec/README.md
index 25355e05..06118349 100644
--- a/objectivec/README.md
+++ b/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>`.