Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
fix broken examples link in readme
  • Loading branch information
primitiveType authored Mar 26, 2024
1 parent 769fb47 commit 6021e47
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 @@ -102,7 +102,7 @@ fn setup_map(mut spawn_events: EventWriter<SpawnEvent<Object, Transform>>) {
}
```

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
Expand Down

0 comments on commit 6021e47

Please sign in to comment.