Skip to content

Commit

Permalink
Fix README.md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex1607 committed Nov 15, 2023
1 parent 412daa0 commit d25a499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/experimental/worker-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Read the latest `worker` crate documentation here: https://docs.rs/worker

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::*;

Expand Down

0 comments on commit d25a499

Please sign in to comment.