From 6021e4717b2d8c9fad06ce747ce69ccd45e47bd2 Mon Sep 17 00:00:00 2001 From: primitiveType Date: Tue, 26 Mar 2024 16:40:19 -0700 Subject: [PATCH] Update readme.md fix broken examples link in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 61bd3b8..b97e1f9 100644 --- a/readme.md +++ b/readme.md @@ -102,7 +102,7 @@ fn setup_map(mut spawn_events: EventWriter>) { } ``` -You can read through the [docs](https://docs.rs/spew) or peruse the [examples](https://github.com/janhohenheim/spew/examples) for more use cases. +You can read through the [docs](https://docs.rs/spew) or peruse the [examples](https://github.com/janhohenheim/spew/tree/main/examples) for more use cases. Other cool stuff you can do is delay the spawning by a certain amount of frames or time or organize your spawn lists into multiple enums. ## Compatibility