Skip to content

Commit

Permalink
Use consistent case for 2D
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed May 29, 2024
1 parent a57aeca commit fc59506
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 @@ -57,9 +57,9 @@ To see an in depth example example, run `cargo run --example dungeon`.

## Motiviation

When I first started experimenting with Bevy, the lack of a first party 2d
When I first started experimenting with Bevy, the lack of a first party 2D
lighting implementation left me wanting. While there were some rather impressive
experimental 2d lighting crates out there, there wasn't much in the way
experimental 2D lighting crates out there, there wasn't much in the way
of drop in options available.

My goal with this crate is to fill that void, prioritizing ease of use and
Expand Down

0 comments on commit fc59506

Please sign in to comment.