diff options
author | Nate Kibler <nkibler@google.com> | 2015-10-08 09:20:40 -0700 |
---|---|---|
committer | Nate Kibler <nkibler@google.com> | 2015-10-08 09:20:40 -0700 |
commit | 3ee1da84d3507ec901fffb89c93a51b9d84e7e10 (patch) | |
tree | c9463d8723acfb118a4697c8ec0cfb008fbfe3d1 /src/objective-c | |
parent | 2560a4b613ed84aa535a4d1046a74f3981e33395 (diff) |
Fixed a typo in the README
Diffstat (limited to 'src/objective-c')
-rw-r--r-- | src/objective-c/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/README.md b/src/objective-c/README.md index 6c27657def..775f9a095f 100644 --- a/src/objective-c/README.md +++ b/src/objective-c/README.md @@ -153,7 +153,7 @@ _protoc_, in which case no system modification nor renaming is necessary. <a name="no-cocoapods"></a> ### Integrate the generated gRPC library without using Cocoapods -You need to compile the generated `.pbpbjc.*` files (the enums and messages) without ARC support, +You need to compile the generated `.pbobjc.*` files (the enums and messages) without ARC support, and the generated `.pbrpc.*` files (the services) with ARC support. The generated code depends on v0.5+ of the Objective-C gRPC runtime library and v3.0.0-alpha-3+ of the Objective-C Protobuf runtime library. |