Skip to content

Commit

Permalink
docs: fix old reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Jan 1, 2025
1 parent 90ecd3a commit fe4c397
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 @@ -11,7 +11,7 @@ with configurable thickness and color. Works with split-screens or layered camer
## Bevy Compatibility

| Bevy Version | Crate Version |
| ------------ | ------------: |
|--------------|--------------:|
| `0.15` | >= `3.4.0` |
| `0.14` | `3.3.0` |
| `0.13` | `3.2.0` |
Expand Down Expand Up @@ -74,7 +74,7 @@ fn setup(
}
```

Note the generic parameter of `BarBundle`. It is used to associate the configuration with the component it is tracking
Note the generic parameter of `BarSettings`. It is used to associate the configuration with the component it is tracking
and necessary to support multiple bars per entity.

That's it! Updates to the values of your component will be automatically propagated through to the bar.
Expand Down

0 comments on commit fe4c397

Please sign in to comment.