Skip to content

Commit

Permalink
Fix docs.rs link to Raycast struct (#108)
Browse files Browse the repository at this point in the history
The link pointed to the struct before the immediate / deferred module split.
  • Loading branch information
cab committed Feb 18, 2024
1 parent e649e48 commit b0e13a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A small [Bevy](https://github.com/bevyengine/bevy) plugin for mesh raycasting.

## Getting Started

Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/system_param/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS:
Using the [`Raycast`](https://docs.rs/bevy_mod_raycast/latest/bevy_mod_raycast/immediate/struct.Raycast.html) system param, you don't even need to add a plugin, you can directly raycast into the ECS:

```rs
use bevy_mod_raycast::prelude::*;
Expand Down Expand Up @@ -43,4 +43,4 @@ I intend to track the `main` branch of Bevy. PRs supporting this are welcome!
| 0.6 | 0.3 |
| 0.5 | 0.2 |
| 0.4 | 0.1 |
</details>
</details>

0 comments on commit b0e13a9

Please sign in to comment.