Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first letter of rust should be lowercase in the command #226

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name>` to create a new Rust operator named `<name>`.
- Run `dora new --kind custom-node --lang Rust <name>` to create a new custom node named `<name>`.
- Run `dora new --kind operator --lang rust <name>` to create a new Rust operator named `<name>`.
- Run `dora new --kind custom-node --lang rust <name>` to create a new custom node named `<name>`.

You need to add the created operators/nodes to your dataflow YAML file.

Expand Down