From 03510b27bd644e1c3b2dc7ee37813eef819c2fdd Mon Sep 17 00:00:00 2001 From: WashingtonKK Date: Wed, 11 Sep 2024 04:47:26 +0300 Subject: [PATCH] fix typo Signed-off-by: WashingtonKK --- docs/algorithms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/algorithms.md b/docs/algorithms.md index e96f43c..a4792cf 100644 --- a/docs/algorithms.md +++ b/docs/algorithms.md @@ -382,7 +382,7 @@ MANAGER_QEMU_OVMF_VARS_FILE=/usr/share/edk2/x64/OVMF_VARS.fd \ go run main.go ``` -Export the agent grpc url from computation server logs, by default port 6100 will be used. If the port is not available, a different (random) port will be used, within the range 6100 - 6200. The port will be indicated on the computation server logs. +Export the agent grpc url from computation server logs, by default port 6100 will be allocated. If the port is not available, a different (random) port will be allocated, within the range 6100 - 6200. The port will be indicated on the computation server logs. ```bash export AGENT_GRPC_URL=localhost:6100 @@ -502,7 +502,7 @@ MANAGER_QEMU_OVMF_VARS_FILE=/usr/share/edk2/x64/OVMF_VARS.fd \ go run main.go ``` -Export the agent grpc url from computation server logs, by default port 6100 will be used. If the port is not available, a different (random) port will be used, within the range 6100 - 6200. The port will be indicated on the computation server logs. +Export the agent grpc url from computation server logs, by default port 6100 will be allocated. If the port is not available, a different (random) port will be allocated, within the range 6100 - 6200. The port will be indicated on the computation server logs. ```bash export AGENT_GRPC_URL=localhost:6100