From 92c5f26ca83c09b5cfb8901b7dcc61ce8ba45fe6 Mon Sep 17 00:00:00 2001 From: Zhehao /Tony/ Lu Date: Mon, 26 Aug 2019 17:03:47 -0700 Subject: [PATCH] Added a note at the top --- examples/objective-c/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/objective-c/README.md b/examples/objective-c/README.md index d89ac6f1092..777141d7e02 100644 --- a/examples/objective-c/README.md +++ b/examples/objective-c/README.md @@ -1,5 +1,7 @@ # gRPC in 3 minutes (Objective-C with Bazel) +To save you from reading, if you use Cocoapods and Xcode, the right reference for you is in the [Hello World](helloworld) example directory. + ## Background There are currently two ways to build projects with the gRPC Objective-C library: * Cocoapods & Xcode