From 74e8575e5b0830d1dc76e4eaea61cd7ad0aa4996 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Thu, 8 Sep 2016 16:11:48 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fa0ff10..78f6254 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ +# Experiments and proposals for gRPC features. -# The gRPC documentation and examples have been moved! +The purpose of this repository is to have a single place for people to push code and various documentation that gravitate around experimenting with new features for gRPC. This repository isn't tested, and will be lightly curated, so all of the code here shouldn't be considered functional nor production-worty. -You can find quick start guides for each language, including installation instructions, examples, and tutorials here: -* [C++](https://github.com/grpc/grpc/tree/master/examples/cpp) -* [Java](https://github.com/grpc/grpc-java/tree/master/examples) -* [Go](https://github.com/grpc/grpc-go/tree/master/examples) -* [Ruby](https://github.com/grpc/grpc/tree/master/examples/ruby) -* [Node.js](https://github.com/grpc/grpc/tree/master/examples/node) -* [Android Java](https://github.com/grpc/grpc-java/tree/master/examples/android) -* [Python](https://github.com/grpc/grpc/tree/master/examples/python/helloworld) -* [C#](https://github.com/grpc/grpc/tree/master/examples/csharp) -* [Objective-C](https://github.com/grpc/grpc/tree/master/examples/objective-c/route_guide) -* [PHP](https://github.com/grpc/grpc/tree/master/examples/php/) +Some of the experiments conducted here might be cherry-picked for being introduced as an actual Pull Request on our main repositories. From fe063441ec0efc0a97603b90dfa8a2a99b47baa0 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Thu, 8 Sep 2016 16:26:39 -0700 Subject: [PATCH 2/2] Addressing comments. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f6254..52cafec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Experiments and proposals for gRPC features. -The purpose of this repository is to have a single place for people to push code and various documentation that gravitate around experimenting with new features for gRPC. This repository isn't tested, and will be lightly curated, so all of the code here shouldn't be considered functional nor production-worty. +The purpose of this repository is to have a single place for people to push code and various documentation that gravitate around experimenting with new features for gRPC. This repository isn't tested, and will be lightly curated, so the code here should not be considered production-worthy (and it may not be functional at all). -Some of the experiments conducted here might be cherry-picked for being introduced as an actual Pull Request on our main repositories. +Some of the experiments conducted here might be cherry-picked for being introduced as an actual pull request on our main repositories.