From d2da513e3222d9606e510ec632af180fe5991a8a Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 25 Dec 2018 06:34:07 +0900 Subject: docs: fix outdated comment of the gRPC API examples Signed-off-by: FUJITA Tomonori --- docs/sources/grpc-client.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3