Browse Source

Use cxx-arow-dataflow name

tags/v0.3.11-rc1
Haixuan Xavier Tao GitHub 10 months ago
parent
commit
3f1fa64504
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/c++-arrow-dataflow/README.md

+ 1
- 1
examples/c++-arrow-dataflow/README.md View File

@@ -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.

Loading…
Cancel
Save