diff --git a/README.md b/README.md index 75f7a9b71..550e453f0 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,8 @@ dora stop c95d118b-cded-4531-a0e4-cd85b7c3916c 7. You can then add or modify operators or nodes. For adding nodes easily, you can use the `dora` CLI again: -- Run `dora new --kind operator --lang Rust ` to create a new Rust operator named ``. -- Run `dora new --kind custom-node --lang Rust ` to create a new custom node named ``. +- Run `dora new --kind operator --lang rust ` to create a new Rust operator named ``. +- Run `dora new --kind custom-node --lang rust ` to create a new custom node named ``. You need to add the created operators/nodes to your dataflow YAML file.