summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-25 06:34:07 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2018-12-25 06:34:07 +0900
commitd2da513e3222d9606e510ec632af180fe5991a8a (patch)
treeb53fe81b8504900d443480b1ad1bfc5ce110ac52 /docs
parent48fa25d06c96262779253b0b051e8d1a34604764 (diff)
docs: fix outdated comment of the gRPC API examples
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/sources/grpc-client.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/sources/grpc-client.md b/docs/sources/grpc-client.md
index 76910253..efa117bf 100644
--- a/docs/sources/grpc-client.md
+++ b/docs/sources/grpc-client.md
@@ -1,9 +1,6 @@
# Managing GoBGP with Your Favorite Language
-This page explains how to managing GoBGP with your favorite Language.
-You can use any language supported by [gRPC](http://www.grpc.io/) (10
-languages are supported now). This page gives an example in Python,
-Ruby, C++, Node.js, and Java. It assumes that you use Ubuntu 16.04 (64bit).
+This page explains how to managing GoBGP with your favorite Language. You can use any language supported by [gRPC](http://www.grpc.io/) (10 languages are supported now). This page gives an example in Python and C++.
## Contents
@@ -13,8 +10,7 @@ Ruby, C++, Node.js, and Java. It assumes that you use Ubuntu 16.04 (64bit).
## Prerequisite
-We assumes that you have the relevant tools installed to generate the server and client interface for your favorite language from proto files. Please refer to [the official docs of gRPC](http://www.grpc.io/docs/) for
-details.
+We assumes that you have the relevant tools installed to generate the server and client interface for your favorite language from proto files. Please refer to [the official docs of gRPC](http://www.grpc.io/docs/) for details.
## Python