Skip to content
Snippets Groups Projects
Commit 3ee1da84 authored by Nate Kibler's avatar Nate Kibler
Browse files

Fixed a typo in the README

parent 2560a4b6
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ _protoc_, in which case no system modification nor renaming is necessary. ...@@ -153,7 +153,7 @@ _protoc_, in which case no system modification nor renaming is necessary.
<a name="no-cocoapods"></a> <a name="no-cocoapods"></a>
### Integrate the generated gRPC library without using Cocoapods ### 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 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 v0.5+ of the Objective-C gRPC runtime library and v3.0.0-alpha-3+ of the Objective-C Protobuf
runtime library. runtime library.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment