From cc7d0cb3b01bc422d5fbe0256cb6c36cf0fa2651 Mon Sep 17 00:00:00 2001 From: S P Date: Tue, 16 Jan 2024 10:33:54 +0000 Subject: [PATCH] Fix for the examples link in the Readme.md The old link for the examples folder in the README needed to be fixed. This fix updates it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d17293..5b6653c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For a longer example, check out [Vertex](https://github.com/Restioson/vertex/tre ## Okay, sounds great! How do I use it? -Check out the [docs](https://docs.rs/xtra) and the [examples](https://github.com/Restioson/xtra/blob/master/examples) to get started! +Check out the [docs](https://docs.rs/xtra) and the [examples](https://github.com/Restioson/xtra/tree/master/xtra/examples) to get started! Enabling the `tokio`, `async_std`, `smol`, or `wasm_bindgen` features is recommended in order to enable some convenience methods (such as `xtra::spawn_tokio`). Which you enable will depend on which executor you want to use (check out their docs to learn more about each). If you have any questions, feel free to [open an issue](https://github.com/Restioson/xtra/issues/new) or message me on the [Rust discord](https://bit.ly/rust-community).