aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-10-31 10:23:21 -0700
committerGravatar GitHub <noreply@github.com>2018-10-31 10:23:21 -0700
commit77c4e956de3f49d83d8ce24df684ea5cf7c33c96 (patch)
tree94b05c03e24381084d5919a2263f3f7106a7f23d /examples
parent25d7a97bca94001fb0ff3dba17823852609b6a86 (diff)
Update comments
Diffstat (limited to 'examples')
-rw-r--r--examples/objective-c/helloworld_macos/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/objective-c/helloworld_macos/README.md b/examples/objective-c/helloworld_macos/README.md
index 3b4743057c..295701b5e6 100644
--- a/examples/objective-c/helloworld_macos/README.md
+++ b/examples/objective-c/helloworld_macos/README.md
@@ -1,6 +1,6 @@
# gRPC Objective-C Mac OS Hello World Example
-A hello world example app on Mac OS. Note that Mac OS is not first class supported platform of gRPC
-Objective-C library. This example is only for the reference of users who would like to try with it.
+A hello world example app on Mac OS. Note that Mac OS is not a first class supported platform of gRPC
+Objective-C library. This example is only for reference.
Refer to [Hello World Example](../helloworld) for instructions on installation and running.