From 3f1fa6450474f51a43735687327b90dfd3bf9b2c Mon Sep 17 00:00:00 2001 From: Haixuan Xavier Tao Date: Wed, 26 Mar 2025 13:24:27 +0100 Subject: [PATCH] Use cxx-arow-dataflow name --- examples/c++-arrow-dataflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c++-arrow-dataflow/README.md b/examples/c++-arrow-dataflow/README.md index 1227c00a..4c8bda1f 100644 --- a/examples/c++-arrow-dataflow/README.md +++ b/examples/c++-arrow-dataflow/README.md @@ -29,5 +29,5 @@ fi ## Compile and Run -To try it out, you can use the [`run.rs`](./run.rs) binary. It performs all required build steps and then starts the dataflow. Use the following command to run it: `cargo run --example cxx-dataflow2`. For manual build, check build system for +To try it out, you can use the [`run.rs`](./run.rs) binary. It performs all required build steps and then starts the dataflow. Use the following command to run it: `cargo run --example cxx-arow-dataflow`. For manual build, check build system for `cxx-dataflow` example.