From bfd07d7f4bae9285847f426b93510f9840563354 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 17 Sep 2021 11:45:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83bdb12..0ad9720 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ import "github.com/micro/services/helloworld/proto" ## Clients -API clients are generated in [clients](https://github.com/micro/services/tree/master/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 @@ -38,7 +38,7 @@ import "github.com/micro/services/clients/go/helloworld" ## Examples -See the [examples](https://github.com/micro/services/tree/master/examples) directory +See the [examples](https://github.com/micro/services/tree/master/examples) directory. ## Contribute