From 78c9e77a4adeff309ad1380aa2c9bf892889b53f Mon Sep 17 00:00:00 2001 From: LisaFC Date: Wed, 25 Feb 2015 11:37:36 +0000 Subject: [PATCH] mentioned that we have (some) tutorials --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index acea9289a7a..4c9fc90903b 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Welcome to the developer documentation for gRPC, a language-neutral, platform-neutral remote procedure call (RPC) system developed at Google. This document introduces you to gRPC with a quick overview and a simple -Hello World example. More documentation is coming soon! +Hello World example. You'll find more tutorials and reference docs in this repository - more documentation is coming soon! + ## Quick start -You can find quick start guides for each language, including installation instructions and examples here: +You can find quick start guides for each language, including installation instructions, examples, and tutorials here: * [C++](https://github.com/grpc/grpc-common/tree/master/cpp) * [Java](https://github.com/grpc/grpc-common/tree/master/java) * [Python](https://github.com/grpc/grpc-common/tree/master/python) @@ -98,8 +99,8 @@ than how to install and run a few git commands. This is an introductory example rather than a comprehensive tutorial, so don't worry if you're not a Go or Java developer - the concepts are similar for all languages, and you can -find more implementations of our Hello World example in other languages in -the language-specific folders in this repository. Complete tutorials and +find more implementations of our Hello World example in other languages (and full tutorials where available) in +the [language-specific folders](#quickstart) in this repository. Complete tutorials and reference documentation for all gRPC languages are coming soon.