Skip to content

Commit

Permalink
Fix link to workers-rust template
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinebroque authored and zebp committed Mar 31, 2023
1 parent cf93654 commit 4c6a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Respo

The project uses [wrangler](https://github.com/cloudflare/wrangler2) version 2.x for running and publishing your Worker.

Get the Rust worker project [template](https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-rust) manually, or run the following command:
Get the Rust worker project [template](https://github.com/cloudflare/workers-sdk/tree/main/templates/experimental/worker-rust) manually, or run the following command:
```bash
npm init cloudflare project_name worker-rust
cd project_name
Expand Down

0 comments on commit 4c6a6c4

Please sign in to comment.