Skip to content

Commit

Permalink
add path option to start cargo project
Browse files Browse the repository at this point in the history
  • Loading branch information
taisukef committed Oct 23, 2022
1 parent f1695c9 commit f96cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorials/rust-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To add a KV store to your worker, follow these steps:
1. Create a new Rust project:
```bash
cargo new --name worker-kv
cargo new --name worker-kv worker-kv
```
1. Add the dependencies to the `Cargo.toml` file:
Expand Down

0 comments on commit f96cb0d

Please sign in to comment.