From 2e22d008010e390a1ec2ee8018c4b9ae852986e8 Mon Sep 17 00:00:00 2001 From: Edith Parzefall Date: Thu, 3 Nov 2022 08:04:54 +0100 Subject: [PATCH] Apply suggestions from code review language review --- ocis/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocis/README.md b/ocis/README.md index cbf368f115..6d5a12fbbd 100644 --- a/ocis/README.md +++ b/ocis/README.md @@ -4,7 +4,7 @@ The ocis package contains the Infinite Scale runtime and the commands for the In ## Service registry -This package also configures the service registry which will be used to lookup the service addresses. It defaults to mDNS, so mind that, when using systems with mDNS disabled by default (i.e SUSE). +This package also configures the service registry which will be used to look up the service addresses. It defaults to mDNS. Keep that in mind when using systems with mDNS disabled by default (i.e. SUSE). Available registries are: @@ -15,8 +15,8 @@ Available registries are: - memory - mdns (default) -To configure which registry to use you have to set the environment variable `MICRO_REGISTRY` and for all except `memory` and `mdns` you also have to set the registry address via `MICRO_REGISTRY_ADDRESS`. +To configure which registry to use, you have to set the environment variable `MICRO_REGISTRY`, and for all except `memory` and `mdns` you also have to set the registry address via `MICRO_REGISTRY_ADDRESS`. ### etcd -To authenticate the connection to the etcd registry you have to set `ETCD_USERNAME` and `ETCD_PASSWORD`. +To authenticate the connection to the etcd registry, you have to set `ETCD_USERNAME` and `ETCD_PASSWORD`.