From 8707498805068b16967c6399243f9933f1449e9b Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Mon, 22 Dec 2025 13:38:01 +0100 Subject: [PATCH 1/3] fix: outdated module name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2946b1237e..03524f990a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ bazel build --config bl-x86_64-linux @score_baselibs//score/... --verbose_failur ### Communication ```bash -bazel build --config bl-x86_64-linux @communication//score/mw/com:com --verbose_failures +bazel build --config bl-x86_64-linux @score_communication//score/mw/com:com --verbose_failures ``` ### Persistency From 1b731c53dadc93696a8933cb2ad66787e1ceaf75 Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Mon, 22 Dec 2025 13:38:17 +0100 Subject: [PATCH 2/3] fix: wrong module name, probably copy/paste error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03524f990a..0d2177bcba 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ bazel build --config bl-x86_64-linux \ ### Orchestration and `kyron` - async runtime for Rust ```bash -bazel build --config bl-x86_64-linux @score_orchestrator//src/... +bazel build --config bl-x86_64-linux @score_kyron//src/... ``` ## Feature showcase examples From d7f294e0d7638de9433b6c8615c5caec105ae289 Mon Sep 17 00:00:00 2001 From: Oliver Pajonk Date: Mon, 22 Dec 2025 14:11:44 +0100 Subject: [PATCH 3/3] reverted, since kyron is just a runtime and orchestrator works on top of it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2177bcba..03524f990a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ bazel build --config bl-x86_64-linux \ ### Orchestration and `kyron` - async runtime for Rust ```bash -bazel build --config bl-x86_64-linux @score_kyron//src/... +bazel build --config bl-x86_64-linux @score_orchestrator//src/... ``` ## Feature showcase examples