From f86034c3288ff8eedca8cc7fb2e3d318a6247494 Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Mon, 10 Jul 2023 09:52:01 +0200 Subject: [PATCH] fixing typo in README.md, section: Running the Throughput Examples (#169) Signed-off-by: gabrik --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58c25b552..f6138c571 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,11 @@ $ ./target/release/examples/z_get ## Running the Throughput Examples ```bash -$ ./target/release/examples/z_sub_thgr +$ ./target/release/examples/z_sub_thr ``` ```bash -$ ./target/release/examples/z_pub_thgr +$ ./target/release/examples/z_pub_thr ``` ## API conventions