From 25d7a97bca94001fb0ff3dba17823852609b6a86 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 29 Oct 2018 16:26:19 -0700 Subject: Move README.md to helloworld_macos --- examples/objective-c/README.md | 6 ------ examples/objective-c/helloworld_macos/README.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 examples/objective-c/README.md create mode 100644 examples/objective-c/helloworld_macos/README.md (limited to 'examples') diff --git a/examples/objective-c/README.md b/examples/objective-c/README.md deleted file mode 100644 index 3b4743057c..0000000000 --- a/examples/objective-c/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# 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. - -Refer to [Hello World Example](../helloworld) for instructions on installation and running. diff --git a/examples/objective-c/helloworld_macos/README.md b/examples/objective-c/helloworld_macos/README.md new file mode 100644 index 0000000000..3b4743057c --- /dev/null +++ b/examples/objective-c/helloworld_macos/README.md @@ -0,0 +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. + +Refer to [Hello World Example](../helloworld) for instructions on installation and running. -- cgit v1.2.3