From 3f648261365e4267c1e8ab07ac21375e2d5dfb14 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 23 Nov 2021 12:52:52 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 0459b94..e58e32c 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,6 @@ To call a service from another import "github.com/micro/services/helloworld/proto" ``` -## Clients - -API clients are generated in the [clients](https://github.com/micro/services/tree/master/clients) directory. - -To call a service via the api client import as follows - -``` -import "github.com/micro/services/clients/go/helloworld" -``` - ## Examples See the [examples](https://github.com/micro/services/tree/master/examples) directory.