Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
Fix triangle banner not showing up on crates.io
Forgot to update supported version
Grammar
  • Loading branch information
Multirious committed Apr 4, 2024
1 parent 366bda4 commit 49c7885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ https://github.com/Multirious/bevy_tween/assets/77918086/593c9b64-6e7f-40bf-b0b7

|`bevy`|`bevy_tween`|
|------|------------|
|0.13 |0.2 |
|0.13 |0.2–0.3 |

## Credits
- [`bevy_tweening`](https://github.com/djeedai/bevy_tweening)
Expand All @@ -121,7 +121,7 @@ https://github.com/Multirious/bevy_tween/assets/77918086/593c9b64-6e7f-40bf-b0b7
Godot's tween make it simple to animate something which is the
inspiration for this crate. The multi-entity architecture is mainly inspired by
Godot's node child-parent hierarchy system and that most of the engine APIs
utilizes this to define behavior,.
utilizes this to define behavior.

## License

Expand All @@ -132,4 +132,4 @@ Licensed under either of

at your option.

<img src="https://github.com/Multirious/bevy_tween/blob/main/examples/animation/banner_triangle.gif" width="100%"/>
<img src="https://github.com/Multirious/bevy_tween/assets/77918086/dbebd0c3-f4b0-432b-8778-70413a6dfa50" width="100%"/>

0 comments on commit 49c7885

Please sign in to comment.