diff --git a/templates/experimental/worker-rust/README.md b/templates/experimental/worker-rust/README.md index 6d47570ecabc..483b351a1b79 100644 --- a/templates/experimental/worker-rust/README.md +++ b/templates/experimental/worker-rust/README.md @@ -42,7 +42,8 @@ Read the latest `worker` crate documentation here: https://docs.rs/worker ## Advanced Example -As this template comprises only the essential setup, we recommend considering our advanced example to leverage its additional functionalities. The advanced example showcases the creation of multiple routes, logging of requests, retrieval of field data from a form, and other features that may prove useful to your project. +As this template comprises only the essential setup, we recommend considering our advanced example to leverage its additional functionalities. The advanced example showcases the creation of multiple routes, logging of requests, retrieval of field data from a form, and other features that may prove useful to your project. +The following example has been taken from: [workers-rs](https://github.com/cloudflare/workers-rs). You can learn more about how to use workers with rust by going there. ```rust use worker::*;