Skip to content

Commit

Permalink
Regenerate README table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed Jun 4, 2015
1 parent df1a29f commit 80afb14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/objective-c/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# gRPC for Objective-C

- [Install protoc with the gRPC plugin](#install)
- [Write your API declaration in proto format](#write-protos)
- [Integrate a proto library in your project](#cocoapods)
- [Use the generated library in your code](#use)
- [Use gRPC without Protobuf](#no-proto)
- [Alternative installation methods](#alternatives)
- [Install protoc and the gRPC plugin without using Homebrew](#no-homebrew)
- [Integrate the generated gRPC library without using Cocoapods](#no-cocoapods)

While gRPC doesn't require the use of an IDL to describe the API of services, using one simplifies
usage and adds some interoperability guarantees. Here we use [Protocol Buffers][], and provide a
plugin for the Protobuf Compiler (_protoc_) to generate client libraries to communicate with gRPC
Expand Down

0 comments on commit 80afb14

Please sign in to comment.