From 0584deaaac02198b3775f957dfd967bf234718aa Mon Sep 17 00:00:00 2001 From: shyamjesal Date: Fri, 9 Feb 2024 15:35:13 +0000 Subject: [PATCH] fix typo in invoker README Signed-off-by: shyamjesal --- tools/invoker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/invoker/README.md b/tools/invoker/README.md index 113c76cc..927625ab 100644 --- a/tools/invoker/README.md +++ b/tools/invoker/README.md @@ -35,7 +35,7 @@ An example input file for eventing can look like this: ### Invoker usage `make invoker` can be used to build a binary of the invoker. Once this and the input file are ready, calling `./invoker` will start the process. -> Note: You need to have go and protoc installed on your machine to build the invoker. Refere to [this](https://golang.org/doc/install) for installation instructions or our install scripts `./utils/install_go.sh` and `./utils/install_protoc.sh`. +> Note: You need to have go and protoc installed on your machine to build the invoker. Refer to [this](https://golang.org/doc/install) for installation instructions or our install scripts `./utils/install_go.sh` and `./utils/install_protoc.sh`. Additional inputs can be provided to set the desired duration (`--time`), requests per second (`-rps`) or port (`-port`) to be used. `-dbg` can be set for extra debug logs, and additionally tracing can be enabled for the invoker using the boolean `-trace` flag, in which case the `-zipkin` option may also need to be used in order to specify the address of the zipkin span collector.