Skip to content

Commit 4359641

Browse files
authored
Nit fix to readme on running dataflow engine (#1443)
1 parent 4aeb8c9 commit 4359641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/otap-dataflow/src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ cargo build --release
1212
cargo run --release
1313

1414
# Run with custom configuration file
15-
cargo run --release -- -p configs/otlp-otlp.json
15+
cargo run --release -- -p configs/otlp-otlp.yaml
1616

1717
# Run with custom core count
1818
cargo run --release -- --num-cores 4
1919

2020
# Run with both custom config and cores
21-
cargo run --release -- -p configs/otlp-otlp.json --num-cores 8
21+
cargo run --release -- -p configs/otlp-otlp.yaml --num-cores 8
2222

2323
# Get help
2424
cargo run --release -- --help

0 commit comments

Comments
 (0)