aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/without_protobuf/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ruby/without_protobuf/README.md')
-rw-r--r--examples/ruby/without_protobuf/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/ruby/without_protobuf/README.md b/examples/ruby/without_protobuf/README.md
new file mode 100644
index 0000000000..f9611648ca
--- /dev/null
+++ b/examples/ruby/without_protobuf/README.md
@@ -0,0 +1,6 @@
+gRPC (Ruby) without protobuf
+========================
+
+This directory contains a simple example of using gRPC without protobuf.
+
+This is mainly intended to show basic usage of the GRPC::GenericService module